镜像:副本,拷贝。
默认情况下,从npm官方下载,网速比较慢;我们可以去它的镜像网站上来下载。
# 设置镜像为taobao。
npm config set registry https://registry.npm.taobao.org
# 设置镜像为npm官方
npm config set registry https://registry.npmjs.org
# 查看配置
npm config get registry
镜像:副本,拷贝。
默认情况下,从npm官方下载,网速比较慢;我们可以去它的镜像网站上来下载。
# 设置镜像为taobao。
npm config set registry https://registry.npm.taobao.org
# 设置镜像为npm官方
npm config set registry https://registry.npmjs.org
# 查看配置
npm config get registry