node必备工具--nrm

nrm

Node Registry Manager

  • 安装

#安装
npm install -g nrm 
  • 常用命令

 #注册源列表
 nrm ls

  #添加注册源
  nrm add taobao http://registry.npm.taobao.org/

 #切换注册源
 nrm use taobao

你可能感兴趣的:(node必备工具--nrm)