天天看點

安裝全局nrm

  1. 安裝全局nrm(yrs)
    npm install nrm -g
               
  2. 檢視鏡像清單
    nrm ls
               
  3. 切換鏡像
    nrm use yarn
               
  4. 添加鏡像
    nrm add yarn https://registry.yarnpkg.com/
    nrm add taobao https://registry.npm.taobao.org/
    nrm add taobao https://registry.npm.taobao.org/
               
  5. 删除
    nrm del yarn
               
  6. 測速
    nrm test yarn
               

本文來自部落格園,作者:農碼一生,轉載請注明原文連結:https://www.cnblogs.com/wml-it/p/15642748.html

技術的發展日新月異,随着時間推移,無法保證本部落格所有内容的正确性。如有誤導,請大家見諒,歡迎評論區指正! 個人開源代碼連結: GitHub:

https://github.com/ITMingliang

Gitee:

https://gitee.com/mingliang_it

GitLab:

https://gitlab.com/ITMingliang

進開發學習交流群:
安裝全局nrm
vue