Created
April 16, 2014 18:53
-
-
Save PunkChameleon/10920167 to your computer and use it in GitHub Desktop.
Npm install for intern
This file contains hidden or 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
| npm WARN package.json [email protected] No repository field. | |
| npm http GET https://registry.npmjs.org/intern | |
| npm http 304 https://registry.npmjs.org/intern | |
| npm http GET https://registry.npmjs.org/intern/-/intern-1.5.0.tgz | |
| npm http 200 https://registry.npmjs.org/intern/-/intern-1.5.0.tgz | |
| npm ERR! Error: shasum check failed for /var/folders/0l/ttdvm6qn3hbdwsv6tps801zr0000gn/T/npm-6174-SuZ9Q4W6/1397674091982-0.10979399201460183/tmp.tgz | |
| npm ERR! Expected: 7a8f27b236a32da18835cf697036612d5f92071e | |
| npm ERR! Actual: 8dcfe69d8f32410f5ab59ff7417a97636db15f6c | |
| npm ERR! at /usr/local/lib/node_modules/npm/node_modules/sha/index.js:38:8 | |
| npm ERR! at ReadStream.<anonymous> (/usr/local/lib/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 *entire* log, | |
| npm ERR! including the npm and node versions, at: | |
| npm ERR! <http://github.com/isaacs/npm/issues> | |
| npm ERR! System Darwin 13.1.0 | |
| npm ERR! command "node" "/usr/local/bin/npm" "install" | |
| npm ERR! cwd /Users/me/git-projects/intern-examples/phantomjs-example | |
| npm ERR! node -v v0.10.24 | |
| npm ERR! npm -v 1.3.21 | |
| npm ERR! | |
| npm ERR! Additional logging details can be found in: | |
| npm ERR! /Users/me/git-projects/intern-examples/phantomjs-example/npm-debug.log | |
| npm ERR! not ok code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment