nodejs “npm ERR! code SELF_SIGNED_CERT_IN_CHAIN” December 31, 2019December 15, 2022Magulan Duraipandian If you face “nodejs “npm ERR! code SELF_SIGNED_CERT_IN_CHAIN”” error, execute the below command npm set strict-ssl false This will disable strict ssl-mode and you will not get the error.