npm/ yarn设置淘宝镜像


 

1.查询当前配置的镜像

npm get registtry  或  yarn get registtry

https://registry.npmjs.org/

2.设置成淘宝镜像

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

3.换成原来的

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

 

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM