NRM:NPM源管理工具

2016-08-16  本文已影响0人  Cha0res

安装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
上一篇下一篇

猜你喜欢

热点阅读