美文网首页
(一)nodejs安装nrm源管理器

(一)nodejs安装nrm源管理器

作者: 走码人 | 来源:发表于2021-10-25 09:41 被阅读0次

    install nrm

    安装nrm

    node install nrm
    

    nrm ls

    查看现有可以用的源

    $ nrm ls
    
    * npm -------- https://registry.npmjs.org/
      yarn ------- https://registry.yarnpkg.com/
      cnpm ------- http://r.cnpmjs.org/
      taobao ----- https://registry.npm.taobao.org/
      nj --------- https://registry.nodejitsu.com/
      npmMirror -- https://skimdb.npmjs.com/registry/
      edunpm ----- http://registry.enpmjs.org/
    

    选择源

    nrm use taobao
    

    相关文章

      网友评论

          本文标题:(一)nodejs安装nrm源管理器

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