修改为淘宝镜像
npm config set registry https://registry.npmmirror.com/
查看镜像
npm config get registry
修改为淘宝镜像(全局)
sudo npm config set -g registry https://registry.npmmirror.com/
修改为淘宝镜像
npm config set registry https://registry.npmmirror.com/
查看镜像
npm config get registry
修改为淘宝镜像(全局)
sudo npm config set -g registry https://registry.npmmirror.com/