NAE无法npm install node.io
发布于 12 年前 作者 atian25 6686 次浏览 最后一次编辑是 8 年前
发现错误!
Error: Command failed: npm http GET http://isaacs.iriscouch.com/registry/_design/app/_rewrite/node.io
npm http 304 http://isaacs.iriscouch.com/registry/_design/app/_rewrite/node.io
npm http GET http://isaacs.iriscouch.com/node.io/-/node.io-0.4.8-2.tgz
npm http 400 http://isaacs.iriscouch.com/node.io/-/node.io-0.4.8-2.tgz

npm ERR! Error: shasum check failed for /tmp/npm-1333265345497/1333265345497-0.4376177010126412/tmp.tgz
npm ERR! Expected: 73eb20e59981c55d4b84eb648bd9aebf034ba480
npm ERR! Actual:   3497830f897f0f4c989844f52c025651acfd45fe
npm ERR!     at /usr/local/lib/node_modules/npm/lib/utils/sha.js:25:20
npm ERR!     at [object Object].<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/sha.js:49:5)
npm ERR!     at [object Object].emit (events.js:64:17)
npm ERR!     at afterRead (fs.js:1111:12)
npm ERR!     at Object.wrapper [as oncomplete] (fs.js:254:17)
npm ERR! You may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-[@googlegroups](/user/googlegroups).com>
npm ERR! 
npm ERR! System Linux 2.6.18-164.el5
npm ERR! command "node" "/usr/local/bin/npm" "install" "node.io"
npm ERR! cwd /home/admin/cnae/git/cnode-app-engine/apps/purereader
npm ERR! node -v v0.6.10
npm ERR! npm -v 1.1.0-3
npm ERR! message shasum check failed for /tmp/npm-1333265345497/1333265345497-0.4376177010126412/tmp.tgz
npm ERR! message Expected: 73eb20e59981c55d4b84eb648bd9aebf034ba480
npm ERR! message Actual:   3497830f897f0f4c989844f52c025651acfd45fe
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/admin/cnae/git/cnode-app-engine/apps/purereader/npm-debug.log
npm not ok
2 回复

想起来我也有一个, 这个镜像… 我在本地用官方镜像是没有出错的

发现错误!
Error: Command failed: npm http GET http://isaacs.iriscouch.com/registry/_design/app/_rewrite/ezcrypto/0.0.3
npm http 304 http://isaacs.iriscouch.com/registry/_design/app/_rewrite/ezcrypto/0.0.3
npm http GET http://isaacs.iriscouch.com/ezcrypto/-/ezcrypto-0.0.3.tgz
npm http 404 http://isaacs.iriscouch.com/ezcrypto/-/ezcrypto-0.0.3.tgz

npm ERR! Error: shasum check failed for /tmp/npm-1333967965644/1333967965644-0.036937177181243896/tmp.tgz
npm ERR! Expected: fd29cfb3a6cd8738f60a77f12c26aa4ff3c1f85e
npm ERR! Actual:   9deb593b91a1b5ef5fa66f917f52d64883f10fb9
npm ERR!     at /usr/local/lib/node_modules/npm/lib/utils/sha.js:25:20
npm ERR!     at [object Object].<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/sha.js:49:5)
npm ERR!     at [object Object].emit (events.js:64:17)
npm ERR!     at afterRead (fs.js:1111:12)
npm ERR!     at Object.wrapper [as oncomplete] (fs.js:254:17)
npm ERR! 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! 
npm ERR! System Linux 2.6.18-164.el5
npm ERR! command "node" "/usr/local/bin/npm" "install" "ezcrypto"
npm ERR! cwd /home/admin/cnae/git/cnode-app-engine/apps/daily_bookmarks
npm ERR! node -v v0.6.10
npm ERR! npm -v 1.1.0-3
npm ERR! message shasum check failed for /tmp/npm-1333967965644/1333967965644-0.036937177181243896/tmp.tgz
npm ERR! message Expected: fd29cfb3a6cd8738f60a77f12c26aa4ff3c1f85e
npm ERR! message Actual:   9deb593b91a1b5ef5fa66f917f52d64883f10fb9
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/admin/cnae/git/cnode-app-engine/apps/daily_bookmarks/npm-debug.log
npm not ok

貌似再执行一次同样的操作,然后就会成功了

回到顶部