npm install给出错误

时间:2016-08-03 06:57:24

标签: npm

我正在尝试使用以下命令安装:

npm install --save-dev should

但每次都低于错误:

npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\gyanendra_nath\\
AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "--save-dev
" "should"
npm ERR! node v4.4.7
npm ERR! npm  v3.10.5
npm ERR! code EAI_AGAIN
npm ERR! errno EAI_AGAIN
npm ERR! syscall getaddrinfo

npm ERR! getaddrinfo EAI_AGAIN registry.npmjs.org:443
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Users\gyanendra_nath\Node\Supertest\npm-debug.log
-----------------------------------------------------------------------

我甚至尝试在环境变量下更改PATH值,并使用以下命令删除代理:

npm config rm proxy

npm config rm https-proxy

npm config get proxy
>> got this as a response " http://domain/username:password@10.74.91.103:80"

请帮我解决问题。

1 个答案:

答案 0 :(得分:1)

请尝试以下命令。如果代理没有问题,这应该可行。

C:\Users\gyanendra_nath\AppData\Roaming\npm\node_modules\npm\node_modules\should

这应该在下面的路径中安装包。

node --version
v6.1.0

npm --version
3.8.6

我使用了以下版本。

C:\Users\username\AppData\Roaming\npm

我的路径变量设置为

SmtpClient SMTP = new SmtpClient("smtp.gmail.com", 587);

如果您想升级节点版本,请参阅以下链接。

Upgrade node and npm on windows