说一说用nrm切换npm仓库地址

来源:互联网 发布:网络贷款哪家好 编辑:程序博客网 时间:2024/05/29 23:23

Install

$ npm install -g nrm

Example

$ 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
  skimdb -- https://skimdb.npmjs.com/registry
 
$ nrm use cnpm  //switch registry to cnpm
 
    Registry has been set to: http://r.cnpmjs.org/
nrm 地址
原创粉丝点击