首页 > 技术文章 > npm使用快速的安装源(nrm)

wanghaokun 2019-05-13 16:25 原文

安装

npm install nrm --global

使用

nrm ls

切换安装源

nrm use taobao

测速

nrm test npm

 

参考地址:http://codingdict.com/article/7471

推荐阅读