Skip to content

Instantly share code, notes, and snippets.

@chakhsu
Created May 4, 2017 13:32
Show Gist options
  • Save chakhsu/9d52a7a78bd3c0e592020f55e268e748 to your computer and use it in GitHub Desktop.
Save chakhsu/9d52a7a78bd3c0e592020f55e268e748 to your computer and use it in GitHub Desktop.
[npm sourse] #npm

临时换源

npm --registry https://registry.npm.taobao.org install express

永久换源

npm config set registry https://registry.npm.taobao.org

# check
npm config get registry

通过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