bahmutov / manpm

Shows the relevant part of NPM module's README file right in your terminal
42 stars 213 forks source link

'shasum check failed' on installation #8

Closed stefanjudis closed 8 years ago

stefanjudis commented 8 years ago

Hey there, I just wanted to give manpm a try and it fails in several npm and node version in the installation process.

stefan @ stefan-mac: ~/Sites/electron-build-demo master (╯°□°)╯
> npm install -g manpm                                                                    [14:25:07]
npm ERR! Darwin 15.0.0
npm ERR! argv "/Users/stefan/.nvm/v5.0.0/bin/node" "/Users/stefan/.nvm/v5.0.0/bin/npm" "install" "-g" "manpm"
npm ERR! node v5.0.0
npm ERR! npm  v3.3.6

npm ERR! shasum check failed for /var/folders/03/cgg2bwfd6j92tfllylt5b91m0000gn/T/npm-81868-930781f3/registry.npmjs.org/manpm/-/manpm-1.3.0.tgz
npm ERR! Expected: 3f055d6e700df08338d821b9793d527b3f0641c7
npm ERR! Actual:   afc36a15f9ffd57ef168823207494e4574ff4326
npm ERR! From:     https://registry.npmjs.org/manpm/-/manpm-1.3.0.tgz
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/stefan/Sites/electron-build-demo/npm-debug.log

FAIL: 1

Installing other packages globally works fine.

Do you maybe have an idea what going on here?

bahmutov commented 8 years ago

Thanks for bringing this up to my attention. Seems the semantic-release that pushes this module to NPM does something to break the checksum. I will investigate

bahmutov commented 8 years ago

Can you try now? I tried and 1.3.1 seems to install without any problems

stefanjudis commented 8 years ago

Jup. Fixed. :+1: Thx.