Skip to content

Instantly share code, notes, and snippets.

@prateekbhatt
Created February 9, 2014 17:56
Show Gist options
  • Save prateekbhatt/8903075 to your computer and use it in GitHub Desktop.
Save prateekbhatt/8903075 to your computer and use it in GitHub Desktop.
Run NPM behind web proxy
# To apply proxy settings to npm,
# substitute your web proxy below,
# and run the commands in your shell
npm config set proxy http://proxy.com:8080
npm config set https-proxy http://proxy.com:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment