Skip to content

Instantly share code, notes, and snippets.

@jonlow
Last active August 29, 2015 14:03
Show Gist options
  • Save jonlow/e6767ceaed5790c9af46 to your computer and use it in GitHub Desktop.
Save jonlow/e6767ceaed5790c9af46 to your computer and use it in GitHub Desktop.
How to setup Node.js and Npm behind a corporate web proxy
# Set the URLs to your own proxy
npm config set proxy http://t2proxy.talent2.corp:8080
npm config set https-proxy http://t2proxy.talent2.corp:8080

View more details here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment