Nodejs issue collection
2018-11-08 本文已影响0人
ZzZephyr
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