这是日志:
npm ERR! Error: read ETIMEDOUT
npm ERR! at errnoException (net.js:863:11)
npm ERR! at TCP.onread (net.js:524: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 Darwin 14.1.0
npm ERR! command "/Users/JianqingJiang/~/nvm/v0.10.0/bin/node" "/Users/JianqingJ
npm ERR! cwd /
npm ERR! node -v v0.10.0
npm ERR! npm -v 1.2.14
npm ERR! syscall read
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm http GET https://registry.npmjs.org/abbrev
我安装 git 和 node.js 并且看起来不错,但是当我想安装hexo时,错误就会出现。
答案 0 :(得分:0)
如评论中所述,完整的命令会有所帮助。我会假设你在做npm install hexo
...
这里可以推断的是,npm尝试获取abbrev
包(hexo
的第一个依赖关系,btw)和HTTP请求超时。
所以你应该检查你的网络连接等(代理...)然后再试一次。我刚安装在这里没有问题。