Created
August 12, 2012 11:24
-
-
Save gilbertbw/3331471 to your computer and use it in GitHub Desktop.
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
C:\Users\Gilbert\WebstormProjects\NodeOfGames>npm install consolidate --save | |
npm http GET https://registry.npmjs.org/consolidate | |
npm http 200 https://registry.npmjs.org/consolidate | |
npm http GET https://registry.npmjs.org/-/consolidate-0.4.0.tgz | |
npm http 404 https://registry.npmjs.org/-/consolidate-0.4.0.tgz | |
npm ERR! fetch failed https://registry.npmjs.org/-/consolidate-0.4.0.tgz | |
npm ERR! Error: 404 Not Found | |
npm ERR! at null.<anonymous> (C:\Program Files (x86)\nodejs\node_modules\npm | |
\lib\utils\fetch.js:47:16) | |
npm ERR! at EventEmitter.emit (events.js:115:20) | |
npm ERR! at WriteStream.flush (fs.js:1503:12) | |
npm ERR! at fs.close (C:\Program Files (x86)\nodejs\node_modules\npm\node_mo | |
dules\graceful-fs\graceful-fs.js:94:5) | |
npm ERR! at Object.oncomplete (fs.js:297:15) | |
npm ERR! [Error: 404 Not Found] | |
npm ERR! 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 (x86)\\nodejs\\\\node.exe" "C:\\Program File | |
s (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "consolidate" "-- | |
save" | |
npm ERR! cwd C:\Users\Gilbert\WebstormProjects\NodeOfGames | |
npm ERR! node -v v0.8.1 | |
npm ERR! npm -v 1.1.33 | |
npm ERR! message 404 Not Found | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! C:\Users\Gilbert\WebstormProjects\NodeOfGames\npm-debug.log | |
npm ERR! not ok code 0 | |
C:\Users\Gilbert\WebstormProjects\NodeOfGames> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment