node.js踩坑
Posted 灰了个灰
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了node.js踩坑相关的知识,希望对你有一定的参考价值。
1.nmp install express -g环境配置报错
npm ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE
npm ERR! errno UNABLE_TO_VERIFY_LEAF_SIGNATURE
npm ERR! request to https://registry.npmjs.org/express failed, reason: unable to verify the first certificate
处理方式:
npm config set strict-ssl false
以上是关于node.js踩坑的主要内容,如果未能解决你的问题,请参考以下文章