美文网首页
nrm的安装与使用

nrm的安装与使用

作者: 静候那一米阳光 | 来源:发表于2018-05-03 17:59 被阅读0次

    nrm -- NPM registry manager

    nrm-Github

    安装

    npm install -g nrm
    

    添加

    nrm add jdnpm2 http://registry.m.jd.com
    

    列表

    nrm ls
    
    * npm ---- https://registry.npmjs.org/
      cnpm --- http://r.cnpmjs.org/
      taobao - https://registry.npm.taobao.org/
      nj ----- https://registry.nodejitsu.com/
      rednpm - http://registry.mirror.cqupt.edu.cn/
      npmMirror  https://skimdb.npmjs.com/registry/
      edunpm - http://registry.enpmjs.org/
      jdnpm2 - http://registry.m.jd.com/
    

    使用(切换源)

    nrm use jdnpm2
    
    
       Registry has been set to: http://registry.m.jd.com/
    

    相关文章

      网友评论

          本文标题:nrm的安装与使用

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