npm switch Taobao source (npm source)

npm switch Taobao source (npm source)

1. View current source

npm get registry 

2. Switch Taobao source

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

3. Switch npm sources

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

Guess you like

Origin blog.csdn.net/jojo1001/article/details/121394366