Skip to content

Instantly share code, notes, and snippets.

@m-mizutani
Created November 30, 2012 01:16
Show Gist options
  • Save m-mizutani/4173094 to your computer and use it in GitHub Desktop.
Save m-mizutani/4173094 to your computer and use it in GitHub Desktop.
Proxy settings
  • CentOS yum

/etc/yum.conf

proxy=http://localhost:3128/
  • npm

by npm command

npm config set proxy http://localhost:3128
npm config set http-proxy http://localhost:3128
npm config set https-proxy http://localhost:3128
  • node-gyp

by node-gyp command

node-gyp --proxy=http://localhost:3128 configure build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment