使用nrm管理npm 源

206 阅读1分钟

查看当前npm的源

npm get config registry 


安装nrm

npm install nrm -g

列出当前支持的npm源

nrm ls

使用某个源

nrm use *