Created
February 18, 2012 05:21
-
-
Save deevus/1857592 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
info it worked if it ends with ok | |
verbose cli [ 'C:\\Program Files (x86)\\nodejs\\\\node.exe', | |
verbose cli 'C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
verbose cli 'install', | |
verbose cli '-g', | |
verbose cli 'express' ] | |
info using [email protected] | |
info using [email protected] | |
verbose config file C:\Users\Simon\.npmrc | |
verbose config file C:\Program Files (x86)\nodejs\etc\npmrc | |
verbose config file C:\Program Files (x86)\nodejs\node_modules\npm\npmrc | |
verbose mkdir done: C:\Users\Simon\AppData\Roaming\npm 755 | |
verbose cache add [ 'express', null ] | |
silly cache add: name, spec, args [ undefined, 'express', [ 'express', null ] ] | |
verbose parsed url { pathname: 'express', path: 'express', href: 'express' } | |
verbose addNamed [ 'express', '' ] | |
verbose addNamed [ null, '' ] | |
silly name, range, hasData [ 'express', '', false ] | |
verbose raw, before any munging express | |
verbose url resolving [ 'https://registry.npmjs.org/', './express' ] | |
verbose url resolved https://registry.npmjs.org/express | |
http GET https://registry.npmjs.org/express | |
ERR! Error: failed to fetch from registry: express | |
ERR! at C:\Program Files (x86)\nodejs\node_modules\npm\lib\utils\npm-registry-client\get.js:139:12 | |
ERR! at cb (C:\Program Files (x86)\nodejs\node_modules\npm\lib\utils\npm-registry-client\request.js:32:9) | |
ERR! at Request._callback (C:\Program Files (x86)\nodejs\node_modules\npm\lib\utils\npm-registry-client\request.js:137:18) | |
ERR! at Request.callback (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\request\main.js:109:22) | |
ERR! at Request.<anonymous> (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\request\main.js:198:58) | |
ERR! at Request.emit (events.js:88:20) | |
ERR! at ClientRequest.<anonymous> (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\request\main.js:195:10) | |
ERR! at ClientRequest.emit (events.js:67:17) | |
ERR! at CleartextStream.<anonymous> (http.js:1137:11) | |
ERR! at CleartextStream.emit (events.js:67:17) | |
ERR! You may report this log at: | |
ERR! <http://github.com/isaacs/npm/issues> | |
ERR! or email it to: | |
ERR! <[email protected]> | |
ERR! | |
ERR! System Windows_NT 6.1.7601 | |
ERR! command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "express" | |
ERR! cwd C:\Users\Simon | |
ERR! node -v v0.6.11 | |
ERR! npm -v 1.1.1 | |
ERR! message failed to fetch from registry: express | |
verbose exit [ 1, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment