Skip to content

Instantly share code, notes, and snippets.

@iamssen
Created July 17, 2013 00:49
Show Gist options
  • Save iamssen/6016689 to your computer and use it in GitHub Desktop.
Save iamssen/6016689 to your computer and use it in GitHub Desktop.
setting npm in ss

Setting

  • npm config set proxy http://1.1.1.1:8080
  • npm config set https-proxy http://1.1.1.1:8080
  • npm set registry http://registry.npmjs.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment