Skip to content

Instantly share code, notes, and snippets.

@shengoo
Created April 24, 2014 02:16
Show Gist options
  • Save shengoo/11239236 to your computer and use it in GitHub Desktop.
Save shengoo/11239236 to your computer and use it in GitHub Desktop.
npm set proxy
$ npm config set proxy http://server:port
$ npm config set https-proxy http://server:port
$ npm config set proxy http://username:password@server:port
$ npm config set https-proxy http://username:pawword@server:port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment