Switch NPM to Taobao registry
View NPM registry address
npm get registry
Switch to Taobao registry address
npm config set registry http://registry.npm.taobao.org/
Switch back to the original registry address
npm config set registry https://registry.npmjs.org/
- Link : https://zdyla.com/en/post/set-npm-to-taobao.html
- Copyright Notice : Unless otherwise stated, please contact the author for authorization and indicate the source!