npm下载慢问题
作者:互联网
带宽测速
https://www.speedtest.net/
https://www.speedtest.cn/
查看镜像地址
npm config get registry
#原始地址 https://registry.npmjs.org/
淘宝镜像
npm config set registry https://registry.npm.taobao.org
腾讯镜像
npm config set registry http://mirrors.cloud.tencent.com/npm/
镜像测速
https://www.codecto.com/tools/npm
镜像测速原理
下载https://registry.npmjs.org/index.json
首先测速看确定是否带宽慢。然后通过镜像测速网站设置最快的镜像
标签:npm,www,问题,registry,https,镜像,测速,下载 来源: https://blog.csdn.net/gsls200808/article/details/116797070