nrm 管理npm源

介绍

nrm(npm registry manager )是npm的镜像源管理工具,有时候国外资源太慢,使用这个就可以方便地在 npm 各个源之间切换

安装

  • 全局安装nrm
npm install -g nrm

使用

列出源配置

nrm ls 
  • 带*的表示当前正在使用的源

查看当前源

nrm current

切换源

nrm use tencent

增加源

nrm add taobao https://registry.npmmirror.com/

测试源速度

nrm test tencent

你可能感兴趣的:(nrm 管理npm源)