"Self signed certificate in certificate chain"

Certificate

This message appears when trying to do some operation with NPM when there is no trust of the CA certificate. It can happen when working behind some proxy that inspects HTTPS traffic.

To overcome this, run these commands:


npm config set strict-ssl false
npm install npm -g --ca NULL

Post a Comment

Previous Post Next Post