Created
October 7, 2013 06:16
-
-
Save bendiksolheim/6863241 to your computer and use it in GitHub Desktop.
npm install [email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\dev\tmp\test>npm cache clean | |
C:\dev\tmp\test>npm install [email protected] | |
npm WARN package.json [email protected] No description | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] No README data | |
npm http GET https://registry.npmjs.org/zeparser/0.0.5 | |
npm http 200 https://registry.npmjs.org/zeparser/0.0.5 | |
npm http GET https://registry.npmjs.org/zeparser/-/zeparser-0.0.5.tgz | |
npm http 200 https://registry.npmjs.org/zeparser/-/zeparser-0.0.5.tgz | |
npm ERR! Error: shasum check failed for C:\Users\{MY_USERNAME}\AppData\Local\Temp\npm-2232-v8uk3_1F\1381126394480-0.13332891929894686\tmp.tgz | |
npm ERR! Expected: 03726561bc268f2e5444f54c665b7fd4a8c029e2 | |
npm ERR! Actual: 4464aa270dc58848077e9d0856140c6454cefa4b | |
npm ERR! at C:\Program Files\nodejs\node_modules\npm\node_modules\sha\index.js:38:8 | |
npm ERR! at ReadStream.<anonymous> (C:\Program Files\nodejs\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 log at: | |
npm ERR! <http://github.com/isaacs/npm/issues> | |
npm ERR! or email it to: | |
npm ERR! <[email protected]> | |
npm ERR! System Windows_NT 6.1.7601 | |
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "[email protected]" | |
npm ERR! cwd C:\dev\tmp\test | |
npm ERR! node -v v0.10.20 | |
npm ERR! npm -v 1.3.11 | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! C:\dev\tmp\test\npm-debug.log | |
npm ERR! not ok code 0 | |
C:\dev\tmp\test> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
did you have any solution for this?