npm ERR! code SELF_SIGNED_CERT_IN_CHAIN

0

When running npm install, I get the error SELF_SIGNED_CERT_IN_CHAIN error.

How to fix it ?

Answered question
0
MrNode (anonymous) 0 Comments

npm set strict-ssl false

 

should do the trick !!

Changed status to publish
You are viewing 1 out of 1 answers, click here to view all answers.
Write your answer.

Categories