error after running npm...

Bug Reports
  • m ERR! Error: shasum check failed for /root/tmp/npm-25697-iJ_8lsWo/1394529235822-0.7597935984376818/tmp.tgz
    npm ERR! Expected: 2354d9659f85330c1e3e2910f8acd77fe14bb4a8
    npm ERR! Actual: 675b5a49eda03256527150f192b9f0c3bfd5913c
    npm ERR! at /usr/lib/node_modules/sha/index.js:38:8
    npm ERR! at ReadStream.<anonymous> (/usr/lib/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 log at:
    npm ERR! http://github.com/isaacs/npm/issues
    npm ERR! or email it to:
    npm ERR! [email protected]

    npm ERR! System Linux 2.6.32-358.el6.i686
    npm ERR! command "node" "/usr/bin/npm" "install"
    npm ERR! cwd /root/nodebb
    npm ERR! node -v v0.10.26
    npm ERR! npm -v 1.3.6
    npm ERR!
    npm ERR! Additional logging details can be found in:
    npm ERR! /root/nodebb/npm-debug.log
    npm ERR! not ok code 0

  • centOS 32
    :{

  • Can you try...

    $ npm cache clear
    $ npm install
    


Suggested Topics