在Windows 7中从npm安装express时的EAI_AGAIN

roc*_*ine 7 node.js express

我正在使用Windows 7进行开发.我安装了node.js 0.12.4,npm是2.10.1.

现在我执行

npm intall express --save
Run Code Online (Sandbox Code Playgroud)

但面临以下错误消息:

npm ERR! Windows_NT 6.1.7601
npm ERR! argv "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nnode_modules\\npm\\bin\\npm-cli.js" "install" "express" "--save"
npm ERR! node v0.12.4
npm ERR! npm  v2.10.1
npm ERR! code EAI_AGAIN
npm ERR! errno EAI_AGAIN
npm ERR! syscall getaddrinfo

npm ERR! getaddrinfo EAI_AGAIN
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!     d:\meandev\chat\npm-debug.log
Run Code Online (Sandbox Code Playgroud)

有人可以帮忙吗?

roc*_*ine 6

我找到了解决方案.

这是一个网络问题.在我以前的网络中有一个代理设置.我试图安装它没有代理它工作正常.

参考https://github.com/npm/npm/issues/7348