Skip to content

Instantly share code, notes, and snippets.

@NoName4Me
Created June 14, 2017 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NoName4Me/7f31bfc4a932e942474d6d0981173330 to your computer and use it in GitHub Desktop.
Save NoName4Me/7f31bfc4a932e942474d6d0981173330 to your computer and use it in GitHub Desktop.
## 设置代理
npm config set proxy=http://127.0.0.1:8087
## 限制仓库
npm config set registry=http://registry.npmjs.org

## 淘宝镜像(cnpm)
npm install -g cnpm --registry=https://registry.npm.taobao.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment