Thursday, September 28, 2017

Solved "openssl config failed: error:02001003:system library:fopen:No such process" for Nodejs Window 10

Tags




If you get this kind of error after installed nodejs in window 10, it means that your ssl is not pointed  correctly.

So you have to point to the correct path.

1) echo %OPENSSL_CONF% (See your openssl path)
2) set OPENSSL_CONF=C:\OpenSSL\bin\openssl.cnf (Set your openssl path)

After that try and type npm -v again in cmd. You should be able to proceed without error.


Thanks for watching my blog. Do follow me on google+ or like my facebook page for more! :)

2 comments

This comment has been removed by a blog administrator.


EmoticonEmoticon