Skip to content

Instantly share code, notes, and snippets.

@arozwalak
Last active December 28, 2015 05:09
Show Gist options
  • Save arozwalak/7447291 to your computer and use it in GitHub Desktop.
Save arozwalak/7447291 to your computer and use it in GitHub Desktop.
NodeJs: Node.js NPM proxy configuration
npm config set proxy http://domain\\user:[email protected]:8080
npm config set https-proxy http://domain\\user:[email protected]:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment