Created
September 26, 2014 12:43
-
-
Save chrismeyersfsu/84218fb828c440becc8b to your computer and use it in GitHub Desktop.
npm proxy fail
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 --proxy http://198906:[email protected]:6050 install cordova -dd | |
npm info it worked if it ends with ok | |
npm verb cli [ '/usr/bin/node', | |
npm verb cli '/usr/bin/npm', | |
npm verb cli '--proxy', | |
npm verb cli 'http://198906:[email protected]:6050', | |
npm verb cli 'install', | |
npm verb cli 'cordova', | |
npm verb cli '-dd' ] | |
npm info using [email protected] | |
npm info using [email protected] | |
npm verb node symlink /usr/bin/node | |
npm verb cache add [ 'cordova', null ] | |
npm verb cache add name=undefined spec="cordova" args=["cordova",null] | |
npm verb parsed url { protocol: null, | |
npm verb parsed url slashes: null, | |
npm verb parsed url auth: null, | |
npm verb parsed url host: null, | |
npm verb parsed url port: null, | |
npm verb parsed url hostname: null, | |
npm verb parsed url hash: null, | |
npm verb parsed url search: null, | |
npm verb parsed url query: null, | |
npm verb parsed url pathname: 'cordova', | |
npm verb parsed url path: 'cordova', | |
npm verb parsed url href: 'cordova' } | |
npm verb lock cordova /home/meyers/.npm/a98f2055-cordova.lock | |
npm verb addNamed [ 'cordova', '' ] | |
npm verb addNamed [ null, '*' ] | |
npm verb lock cordova@ /home/meyers/.npm/de8d9fad-cordova.lock | |
npm verb request where is /cordova | |
npm verb request registry https://registry.npmjs.org/ | |
npm verb request id 781cbd9a5340d61d | |
npm verb url raw /cordova | |
npm verb url resolving [ 'https://registry.npmjs.org/', './cordova' ] | |
npm verb url resolved https://registry.npmjs.org/cordova | |
npm verb request where is https://registry.npmjs.org/cordova | |
npm info trying registry request attempt 1 at 08:38:31 | |
npm http GET https://registry.npmjs.org/cordova | |
npm info retry will retry, error on last attempt: Error: tunneling socket could not be established, cause=getaddrinfo ENOTFOUND | |
npm info trying registry request attempt 2 at 08:38:41 | |
npm http GET https://registry.npmjs.org/cordova | |
npm info retry will retry, error on last attempt: Error: tunneling socket could not be established, cause=getaddrinfo ENOTFOUND |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment