npm查看源


源:https://www.jianshu.com/p/748a65d4f7a5

查看源

npm config get registry

// 或

npm config list

修改源

# 默认源

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

# https -> http,这样网速就会好很多

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

# 如果还不能下载,就切换成淘宝源

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


免责声明!

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



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