美文网首页
node必备工具--nrm

node必备工具--nrm

作者: Der先生 | 来源:发表于2018-07-06 15:05 被阅读0次

    nrm

    Node Registry Manager

    • 安装

    #安装
    npm install -g nrm 
    
    • 常用命令

     #注册源列表
     nrm ls
    

      #添加注册源
      nrm add taobao http://registry.npm.taobao.org/
    

     #切换注册源
     nrm use taobao
    

    相关文章

      网友评论

          本文标题:node必备工具--nrm

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