neumino / chateau

Another (awesome) data explorer for RethinkDB
207 stars 38 forks source link

issue install #42

Closed wojons closed 10 years ago

wojons commented 10 years ago

npm http GET https://registry.npmjs.org/chateau npm http 304 https://registry.npmjs.org/chateau npm http GET https://registry.npmjs.org/chateau/-/chateau-0.3.9.tgz npm http 200 https://registry.npmjs.org/chateau/-/chateau-0.3.9.tgz npm ERR! Error: shasum check failed for /root/tmp/npm-9528-pfp1fcJj/1395130840723-0.8476635806728154/tmp.tgz npm ERR! Expected: ec57e011c8f49eae4948a4d4078988446ea82e4e npm ERR! Actual: a5a22fcbe2962954b88bcdb837b1451a81675830 npm ERR! From: https://registry.npmjs.org/chateau/-/chateau-0.3.9.tgz npm ERR! at /usr/local/lib/node_modules/npm/node_modules/sha/index.js:38:8 npm ERR! at ReadStream. (/usr/local/lib/node_modules/npm/node_modules/sha/index.js:85:7) npm ERR! at ReadStream.EventEmitter.emit (events.js:117:20) npm ERR! at _stream_readable.js:920:16 npm ERR! at process._tickCallback (node.js:415:13) npm ERR! If you need help, you may report this entire log, npm ERR! including the npm and node versions, at: npm ERR! http://github.com/isaacs/npm/issues

npm ERR! System Linux 2.6.32-042stab084.12 npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "chateau" npm ERR! cwd /home/explorer npm ERR! node -v v0.10.25 npm ERR! npm -v 1.3.24 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/explorer/npm-debug.log npm ERR! not ok code 0

kevinvincent commented 10 years ago

you can solve this by running "sudo npm install https://registry.npmjs.org/chateau/-/chateau-0.3.9.tgz" for the mean time. This bypasses the checksum verification.

neumino commented 10 years ago

Sorry @wojons, this issue slip through my mails.

I get the same error but I have no idea what's going on. I'm looking at it now.

neumino commented 10 years ago

Ok, I just pushed a new version of chateau and the new package seems to work fine.