服务热线
18638995205
npm config edit
直接修改registry的地址
sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
phantomjs_cdnurl=https://npm.taobao.org/mirrors/phantomjs/
electron_mirror=https://npm.taobao.org/mirrors/electron/
registry=https://registry.npm.taobao.org
npm config set registry http://registry.npm.taobao.org
这段代码即将镜像改为淘宝镜像
安装nrm
npm install -g nrm
查看镜像列表
nrm ls
切换镜像
nrm use taobao
ps:r_name镜像名字, r_url镜像地址
在nrm添加自己的镜像地址
nrm add r_name r_url
删除
nrm del r_name
测试镜像的相应速度
nrm test r_name