Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install fails with checksum error #6

Closed
oosterholz opened this issue Mar 25, 2014 · 3 comments
Closed

Install fails with checksum error #6

oosterholz opened this issue Mar 25, 2014 · 3 comments

Comments

@oosterholz
Copy link

I was trying to install on Windows 7 and got the following error (from npm-debug.log):

...
http GET https://registry.npmjs.org/font-awesome-svg-png/-/font-awesome-svg-png-1.0.11.tgz
38 http 200 https://registry.npmjs.org/font-awesome-svg-png/-/font-awesome-svg-png-1.0.11.tgz
39 silly lockFile b2ab7e8c--font-awesome-svg-png-1-0-11-tgz https://registry.npmjs.org/font-awesome-svg-png/-/font-awesome-svg-png-1.0.11.tgz
40 silly lockFile b2ab7e8c--font-awesome-svg-png-1-0-11-tgz https://registry.npmjs.org/font-awesome-svg-png/-/font-awesome-svg-png-1.0.11.tgz
41 silly lockFile 2ee279b3-font-awesome-svg-png-1-0-11 font-awesome-svg-png@1.0.11
42 silly lockFile 2ee279b3-font-awesome-svg-png-1-0-11 font-awesome-svg-png@1.0.11
43 silly lockFile c6717e62-font-awesome-svg-png font-awesome-svg-png@
44 silly lockFile c6717e62-font-awesome-svg-png font-awesome-svg-png@
45 error Error: shasum check failed for C:\Users\olli\AppData\Local\Temp\npm-3308-UHrNsbNg\1395769590093-0.31997589650563896\tmp.tgz
45 error Expected: 39461a1f7753d6b34fd5f28e415611e3c08dac5f
45 error Actual: d3723316154b7e7337c32a795492d3704449a2a2
45 error From: https://registry.npmjs.org/font-awesome-svg-png/-/font-awesome-svg-png-1.0.11.tgz
45 error at C:\Program Files\nodejs\node_modules\npm\node_modules\sha\index.js:38:8
45 error at ReadStream. (C:\Program Files\nodejs\node_modules\npm\node_modules\sha\index.js:85:7)
45 error at ReadStream.EventEmitter.emit (events.js:117:20)
45 error at _stream_readable.js:920:16
45 error at process._tickCallback (node.js:415:13)
46 error If you need help, you may report this entire log,
46 error including the npm and node versions, at:
46 error http://github.com/npm/npm/issues
47 error System Windows_NT 6.1.7601
48 error command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "-g" "font-awesome-svg-png"
49 error cwd C:\Users\olli
50 error node -v v0.10.26
51 error npm -v 1.4.3
52 verbose exit [ 1, true ]

@Rush
Copy link
Owner

Rush commented Mar 25, 2014

I am trying to republish but NPM is failing on me .. will try in a couple of hours. In the meantime you can try installing previous versions with npm install font-awesome-svg-png@1.0.10 for example

@oosterholz
Copy link
Author

Thank you. Version 1.0.10 is installable and working perfectly.

@Rush
Copy link
Owner

Rush commented Mar 25, 2014

I decided to skip including images in the npm package as it was breaking npm .. the latest version on npm should properly install now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants