美文网首页
NRM:NPM源管理工具

NRM:NPM源管理工具

作者: Cha0res | 来源:发表于2016-08-16 23:35 被阅读0次

    安装NRM

    $ npm install -g nrm --registry=https://registry.npm.taobao.org
    

    列出现有源

    ; nrm ls
    

    切换到taobao

    ; nrm use taobao
    

    添加npm源

    ; nrm add <registry> <url> [home]
    

    移除npm源

    ; nrm del <registry>
    

    测速

    ; nrm test
    

    相关文章

      网友评论

          本文标题:NRM:NPM源管理工具

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