2018-05-10 nrm使用
2018-05-10 本文已影响0人
praycis
nrm是切换npm下载包的时候使用的源
npm install nrm -g
我们可以使用nrm ls
查看可以使用的所有的源
nrm ls
image.png
'
使用nrm test
查看连接源的速度
nrm test
image.png
使用nrm use 切换想要连接的源
nrm use taobao
image.png
这样就可以愉快的下载想要的包了。