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的主要内容,如果未能解决你的问题,请参考以下文章
npm install时报错 npm ERR!Windows_NT 6.1.7601
npm install时报错gyp ERR! stack Error: Can't find Python executable "2.7"
npm install 时报错 Unexpected end of input at 1:15930
npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@
解决npm install时报错无法安装chromedriver的问题
ubuntu安装npm(npm install)时报错:run `npm audit fix` to fix them, or `npm audit` for details