需要在不同项目中使用不同的npm镜像源时,可以使用nrm管理
npm install -g nrm
nrm ls
nrm use taobao // 淘宝镜像为例
nrm add [镜像名] 镜像地址
nrm del [镜像名]
nrm test [镜像名]