安装NRM
$ npm install -g nrm --registry=https://registry.npm.taobao.org
列出现有源
; nrm ls
切换到taobao
; nrm use taobao
添加npm源
; nrm add <registry> <url> [home]
移除npm源
; nrm del <registry>
测速
; nrm test
安装NRM
$ npm install -g nrm --registry=https://registry.npm.taobao.org
列出现有源
; nrm ls
切换到taobao
; nrm use taobao
添加npm源
; nrm add <registry> <url> [home]
移除npm源
; nrm del <registry>
测速
; nrm test