介紹
nrm
(npm registry manager )是npm的鏡像源管理工具,有時(shí)候國外資源太慢口锭,使用這個(gè)就可以方便地在 npm 各個(gè)源之間切換
安裝
- 全局安裝nrm
npm install -g nrm
使用
列出源配置
nrm ls
- 帶*的表示當(dāng)前正在使用的源
查看當(dāng)前源
nrm current
切換源
nrm use tencent
增加源
nrm add taobao https://registry.npmmirror.com/
測(cè)試源速度
nrm test tencent