使用nrm 管理镜像地址
安装
1 | npm install -g nrm |
查看镜像列表
1 | nrm ls |
1 | * npm -------- https://registry.npmjs.org/ |
切换镜像
1 | nrm use taobao |
添加镜像
1 | nrm add <r_name> <r_url> |
删除镜像
1 | nrm del <r_name> |
安装
1 | npm install -g nrm |
查看镜像列表
1 | nrm ls |
1 | * npm -------- https://registry.npmjs.org/ |
切换镜像
1 | nrm use taobao |
添加镜像
1 | nrm add <r_name> <r_url> |
删除镜像
1 | nrm del <r_name> |