node.js 0.10.0问题~
发布于 2年前 作者 hussion 1241 次浏览

node.js升级到到0.10.0后,通过npm安装扩展模块老是报错(更换npm镜像进行测试也是如此)~求解答。。。下面贴出npm-debug.log内容。 4771 error Error: read ETIMEDOUT 4771 error at errnoException (net.js:863:11) 4771 error at TCP.onread (net.js:524:19) 4772 error If you need help, you may report this log at: 4772 error <http://github.com/isaacs/npm/issues>; 4772 error or email it to: 4772 error <npm-[@googlegroups](/user/googlegroups).com>; 4773 error System Darwin 12.3.0 4774 error command "/usr/local/Cellar/node/0.10.0/bin/node" "/usr/local/bin/npm" "install" "-g" "forever" 4775 error cwd /Users/hussion 4776 error node -v v0.10.0 4777 error npm -v 1.2.14 4778 error syscall read 4779 error code ETIMEDOUT 4780 error errno ETIMEDOUT 4781 verbose exit [ 1, true ]

5 回复

好吧,只有坐等fix了。。。

我也有这个问题

换成低版本点的就解决了

回到顶部