npm切換淘寶鏡像源


npm 切換到淘寶源
地址
默認的npm下載地址:http://www.npmjs.org/
淘寶npm鏡像的地址:https://npm.taobao.org/

臨時使用淘寶源
npm --registry https://registry.npm.taobao.org install node-red-contrib-composer@latest

全局配置切換到淘寶源
npm config set registry https://registry.npm.taobao.org

全局配置切換到官方源
npm config set registry http://www.npmjs.org

檢測是否切換到了淘寶源
npm info underscore


原文鏈接:https://blog.csdn.net/luohongtuCSDN/article/details/88016046


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM