Skip to content

Instantly share code, notes, and snippets.

@bpholt
Created March 15, 2012 23:17
Show Gist options
  • Save bpholt/2047608 to your computer and use it in GitHub Desktop.
Save bpholt/2047608 to your computer and use it in GitHub Desktop.
NPM Proxy Server Setup
npm config set proxy http://server:port
npm config set registry "http://registry.npmjs.org/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment