Created
January 5, 2012 18:26
-
-
Save rcreasey/1566510 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 [ 'node', | |
| verbose cli '/usr/local/bin/npm', | |
| verbose cli 'cache', | |
| verbose cli 'add', | |
| verbose cli 'soupeselect@0.2.0' ] | |
| info using npm@1.1.0-beta-9 | |
| info using node@v0.6.5 | |
| verbose /usr/local/bin/node node symlink | |
| verbose config file /Users/rcreasey/.npmrc | |
| verbose config file /usr/local/etc/npmrc | |
| verbose config file /usr/local/lib/node_modules/npm/npmrc | |
| silly cache add: name, spec, args [ undefined, 'soupeselect@0.2.0', [ 'soupeselect@0.2.0', null ] ] | |
| verbose parsed url { pathname: 'soupeselect@0.2.0', | |
| verbose parsed url path: 'soupeselect@0.2.0', | |
| verbose parsed url href: 'soupeselect@0.2.0' } | |
| silly cache add: name, spec, args [ 'soupeselect', '0.2.0', [ 'soupeselect', '0.2.0' ] ] | |
| verbose parsed url { pathname: '0.2.0', path: '0.2.0', href: '0.2.0' } | |
| verbose addNamed [ 'soupeselect', '0.2.0' ] | |
| verbose addNamed [ '0.2.0', '0.2.0' ] | |
| verbose raw, before any munging soupeselect/0.2.0 | |
| verbose url resolving [ 'https://registry.npmjs.org/', './soupeselect/0.2.0' ] | |
| verbose url resolved https://registry.npmjs.org/soupeselect/0.2.0 | |
| http GET https://registry.npmjs.org/soupeselect/0.2.0 | |
| ERR! Error: failed to fetch from registry: soupeselect/0.2.0 | |
| ERR! at /usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/get.js:139:12 | |
| ERR! at cb (/usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/request.js:32:9) | |
| ERR! at Request._callback (/usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/request.js:137:18) | |
| ERR! at Request.callback (/usr/local/lib/node_modules/npm/node_modules/request/main.js:104:22) | |
| ERR! at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/main.js:181:58) | |
| ERR! at Request.emit (events.js:88:20) | |
| ERR! at ClientRequest.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/main.js:329:14) | |
| ERR! at ClientRequest.emit (events.js:67:17) | |
| ERR! at HTTPParser.onIncoming (http.js:1225:11) | |
| ERR! at HTTPParser.onHeadersComplete (http.js:102:31) | |
| ERR! Report this *entire* log at: | |
| ERR! <http://github.com/isaacs/npm/issues> | |
| ERR! or email it to: | |
| ERR! <npm-@googlegroups.com> | |
| ERR! | |
| ERR! System Darwin 11.2.0 | |
| ERR! command "node" "/usr/local/bin/npm" "cache" "add" "soupeselect@0.2.0" | |
| ERR! cwd /Users/rcreasey/sandbox/hubot-scripts | |
| ERR! node -v v0.6.5 | |
| ERR! npm -v 1.1.0-beta-9 | |
| ERR! message failed to fetch from registry: soupeselect/0.2.0 | |
| verbose exit [ 1, true ] |
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 config get proxy | |
| https://10.130.0.222:3128/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment