npm install 时报错npm ERR! Windows_NT 6.1.7601

Posted nannan0226

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm install 时报错npm ERR! Windows_NT 6.1.7601相关的知识,希望对你有一定的参考价值。

npm config set proxy null(npm config delete proxy)

npm config set https-proxy null

npm config set strict-ssl false

然后再安装cnmp

npm install -g cnpm –registry=https://registry.npm.taobao.org

以上是关于npm install 时报错npm ERR! Windows_NT 6.1.7601的主要内容,如果未能解决你的问题,请参考以下文章