配置淘宝npm镜像
电脑版发表于:2020/6/16 17:26
默认的可能会下载很慢,可以使用淘宝的镜像
npm config set registry https://registry.npm.taobao.org
上面那个过期了,现在换成这个了
npm config set registry https://registry.npmmirror.com
查看配置的镜像地址:npm config list
默认的可能会下载很慢,可以使用淘宝的镜像
npm config set registry https://registry.npm.taobao.org
上面那个过期了,现在换成这个了
npm config set registry https://registry.npmmirror.com
查看配置的镜像地址:npm config list