Skip to content

Instantly share code, notes, and snippets.

@bulain
Created April 3, 2013 01:51
Show Gist options
  • Save bulain/5297828 to your computer and use it in GitHub Desktop.
Save bulain/5297828 to your computer and use it in GitHub Desktop.
npm behind a proxy
npm config set proxy http://proxy:8080
npm config set https-proxy http://proxy:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment