nrm 的使用

npm : 服务器在国外,导致于国内使用非常慢

cnpm : 此坑常常是无法下载完整

yarn  :  同cnpm一样,有的时候无法下载完整

nrm就是用来解决此问题,它是用于 npm 的切换

安装nrm 

  npm install nrm -g

  nrm ls  查看所有可用的路径


切换淘宝镜像

nrm use taobao

猜你喜欢

转载自blog.csdn.net/qq_34849240/article/details/80312934
nrm