Skip to content

Instantly share code, notes, and snippets.

@chrismeyersfsu
Created September 26, 2014 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chrismeyersfsu/84218fb828c440becc8b to your computer and use it in GitHub Desktop.
Save chrismeyersfsu/84218fb828c440becc8b to your computer and use it in GitHub Desktop.
npm proxy fail
npm --proxy http://198906:pass105-2k12@proxy.cognizant.com: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:pass105-2k12@proxy.cognizant.com:6050',
npm verb cli 'install',
npm verb cli 'cordova',
npm verb cli '-dd' ]
npm info using npm@1.4.23
npm info using node@v0.10.31
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