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
本文标题:Nodejs issue collection
本文链接:https://www.haomeiwen.com/subject/dcvuoftx.html
网友评论