For node-gyp install error: Error: self signed certificate in certificate chain
set NODE_TLS_REJECT_UNAUTHORIZED=0
Error: SSL Error: SELF_SIGNED_CERT_IN_CHAIN whie npm install
npm config set strict-ssl false
If get E404
npm config delete registry
For node-gyp install error: Error: self signed certificate in certificate chain
set NODE_TLS_REJECT_UNAUTHORIZED=0
Error: SSL Error: SELF_SIGNED_CERT_IN_CHAIN whie npm install
npm config set strict-ssl false
If get E404
npm config delete registry