执行命令npm install formidable 出现错误 npm http GET https://registry.npmjs.org/formidable npm http GET https://registry.npmjs.org/formidable npm http GET https://registry.npmjs.org/formidable npm ERR! Error: connect ETIMEDOUT npm ERR! at errnoException (net.js:769:11) npm ERR! at Object.afterConnect [as oncomplete] (net.js:760:19) npm ERR! If you need help, you may report this log at: npm ERR! http://github.com/isaacs/npm/issues npm ERR! or email it to: npm ERR! <npm-@googlegroups.com>
npm ERR! System Windows_NT 5.1.2600 npm ERR! command "C:\Program Files\nodejs\\node.exe" "C:\Progra ejs\node_modules\npm\bin\npm-cli.js" "install" "formidable" npm ERR! node -v v0.8.14 npm ERR! npm -v 1.1.65 npm ERR! syscall connect npm ERR! code ETIMEDOUT npm ERR! errno ETIMEDOUT npm ERR! npm ERR! Additional logging details can be found in: npm ERR! not ok code 0
公司的网络有防火墙,不知道是不是这个原因,而且用的代理上的网。 现在想使用formidable这个模块,不知道怎么办?