nrm(npm registry manager )是npm的镜像源管理工具,有时候国外资源太慢,使用这个就可以快速地在 npm 源间切换
安装(全局安装)
npm install -g nrm
使用 查看
nrm ls
其中,带*的是当前使用的源
切换
nrm use taobao