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