nrm
Node Registry Manager
- 安装
#安装
npm install -g nrm
- 常用命令
#注册源列表
nrm ls
#添加注册源
nrm add taobao http://registry.npm.taobao.org/
#切换注册源
nrm use taobao
Node Registry Manager
#安装
npm install -g nrm
#注册源列表
nrm ls
#添加注册源
nrm add taobao http://registry.npm.taobao.org/
#切换注册源
nrm use taobao