美文网首页
nrm 管理npm源

nrm 管理npm源

作者: 是立品啊 | 来源:发表于2021-11-24 22:13 被阅读0次

    介绍

    nrm(npm registry manager )是npm的镜像源管理工具,有时候国外资源太慢,使用这个就可以方便地在 npm 各个源之间切换

    安装

    • 全局安装nrm
    npm install -g nrm
    

    使用

    列出源配置

    nrm ls 
    
    • 带*的表示当前正在使用的源

    查看当前源

    nrm current
    

    切换源

    nrm use tencent
    

    增加源

    nrm add taobao https://registry.npmmirror.com/
    

    测试源速度

    nrm test tencent
    

    相关文章

      网友评论

          本文标题:nrm 管理npm源

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