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
Glad to be able to help! :)
EmoticonEmoticon