npm切换到淘宝镜像及切换回原镜像
切换到淘宝镜像
npm config set registry http://registry.npm.taobao.org
切换回原镜像
npm config set registry https://registry.npmjs.org
其他镜像地址查询
安装nrm
npm install nrm -g
使用nrm查询镜像地址
nrm ls
切换到淘宝镜像
npm config set registry http://registry.npm.taobao.org
切换回原镜像
npm config set registry https://registry.npmjs.org
其他镜像地址查询
安装nrm
npm install nrm -g
使用nrm查询镜像地址
nrm ls