divishav

Results 5 comments of divishav

@posenato But it was working with Node 18.12.1 with OpenJdk 11, it is only with Open Jdk 17 it is failing.

Facing a similar issue with oraclelinux8-openjdk11.0.15. When I try to run node findJavaHome.js it gives TypeError [ERR_STREAM_NULL_VALUES]: May not write null values to stream but $JAVA_HOME is set correctly and...

@sKY02644 , Can you give the details like what version of java you have installed on your system, also what OS you are getting this issue?

Yeah it turns out it was similar issue for me. Javac was not present in the jdk so the installation was failing

Is there any solution to the "UNABLE_TO_VERIFY_LEAF_SIGNATURE" error? I understand this is caused when the root CA of the server is not added in the trusted CA list of Node...