Created
July 6, 2011 18:25
-
-
Save cdollins/1067962 to your computer and use it in GitHub Desktop.
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
info it worked if it ends with ok | |
verbose cli [ 'node', | |
verbose cli '/usr/local/bin/npm', | |
verbose cli 'install', | |
verbose cli 'persistencejs-0.2.5', | |
verbose cli '-g' ] | |
info using [email protected] | |
info using [email protected] | |
verbose config file /root/.npmrc | |
verbose config file /usr/local/etc/npmrc | |
silly exec /usr/local/bin/node "/usr/local/lib/node_modules/npm/bin/npm-get-uid-gid.js" "nobody" 0 | |
silly output from getuid/gid {"uid":65534,"gid":0} | |
silly output from getuid/gid | |
verbose into /usr/local/lib [ 'persistencejs-0.2.5' ] | |
verbose cache add [ 'persistencejs-0.2.5', null ] | |
info addNamed [ 'persistencejs-0.2.5', '' ] | |
verbose addNamed [ null, '' ] | |
verbose GET persistencejs-0.2.5 | |
verbose raw, before any munging persistencejs-0.2.5 | |
verbose url resolving [ 'http://registry.npmjs.org/', | |
verbose url resolving './persistencejs-0.2.5' ] | |
verbose url resolved http://registry.npmjs.org/persistencejs-0.2.5 | |
verbose url parsed { protocol: 'http:', | |
verbose url parsed slashes: true, | |
verbose url parsed host: 'registry.npmjs.org', | |
verbose url parsed hostname: 'registry.npmjs.org', | |
verbose url parsed href: 'http://registry.npmjs.org/persistencejs-0.2.5', | |
verbose url parsed pathname: '/persistencejs-0.2.5' } | |
ERR! Error: ECONNREFUSED, Could not contact DNS servers | |
ERR! at IOWatcher.callback (dns.js:74:15) | |
ERR! Report this *entire* log at: | |
ERR! <http://github.com/isaacs/npm/issues> | |
ERR! or email it to: | |
ERR! <[email protected]> | |
ERR! | |
ERR! System Linux 2.6.13 | |
ERR! command "node" "/usr/local/bin/npm" "install" "persistencejs-0.2.5" "-g" | |
verbose exit [ 11, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment