NPM源切换

作者: 媛猿YY | 来源:发表于2022-09-07 17:24 被阅读0次
    • 安装nrm
      nrm: npm registry manager
    sudo npm install -g nrm
    
    • 查看可用源
    nrm ls
    
    image.png
    • 测试源响应时间
    nrm use taobao
    
    image.png
    • 切换源
    nrm use taobao
    
    • 增加定制源
      常用于公司内部安装源
    nrm add mynpm http://192.168.1.100:6666
    
    • 删除源
    nrm del mynpm
    

    相关文章

      网友评论

        本文标题:NPM源切换

        本文链接:https://www.haomeiwen.com/subject/zfignrtx.html