toolness / security-adventure

Go on an educational Web security adventure!
335 stars 26 forks source link

Can't install - SHASUM error #7

Closed mrsimonemms closed 1 year ago

mrsimonemms commented 8 years ago
sudo npm install -g security-adventure

Fails to install with the following error

npm ERR! Darwin 15.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "security-adventure"
npm ERR! node v4.2.2
npm ERR! npm  v2.14.7

npm ERR! shasum check failed for /tmp/npm-16745-a28b2b6c/registry.npmjs.org/wd/-/wd-0.1.4.tgz
npm ERR! Expected: 5adcf7265153edbf46abccb3e82de4c8696a344f
npm ERR! Actual:   5dd59c4b5a66a54fa2f98aa2433ccc073d2c5452
npm ERR! From:     https://registry.npmjs.org/wd/-/wd-0.1.4.tgz
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

This is a pain in the arse error that I've experienced a few times. The only "fix" is to bump the version and republish to npm. I've raised this bug with them a few times and it's been fixed, broken, refixed and rebroken again. I suspect you initially published this during one of it's downtimes