美文网首页
Nodejs issue collection

Nodejs issue collection

作者: ZzZephyr | 来源:发表于2018-11-08 15:26 被阅读0次

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