配置淘宝镜像加速:
查看当前镜像地址:npm get registry
还原本地镜像地址:npm config set registry /
替换淘宝镜像地址:npm config set registry
npm config set registry
nrm 的安装
nrm提供了一些最常用的npm包镜像地址,能让我们快速的切换安装包时候的服务器地址
安装:npm i nrm -g
查看清单:nrm ls
切换地址:nrm use name 例如:nrm use npm
注意:nrm只是单纯的提供了几个常用的下载包的url地址,并能够让我们在这几个地址之间很方便的进行切换,使用的装包工具是npm。
增加地址命令:nrm add name URL 例如:nrm add npm /
删除地址命令:nrm del name URL 例如:nrm del npm /
测速:nrm test name 例如:nrm test npm