npm下载慢问题
Posted gsls200808
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
常用镜像地址
腾讯: http://mirrors.cloud.tencent.com/npm/
淘宝:http://registry.npm.taobao.org/
华为:https://mirrors.huaweicloud.com/repository/npm/
浙江大学:http://mirrors.zju.edu.cn/npm/
南京邮电大学:https://mirrors.njupt.edu.cn/nexus/repository/npm/
同济大学:https://mirrors.tongji.edu.cn/nexus/repository/npm/
一些特定的包需要镜像
#node-sass包
npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/
#phantomjs
npm config set phantomjs_cdnurl https://npm.taobao.org/mirrors/phantomjs/
#electron
npm config set electron_mirror https://npm.taobao.org/mirrors/electron/
首先测速看确定是否带宽慢。然后通过镜像测速网站设置最快的镜像
以上是关于npm下载慢问题的主要内容,如果未能解决你的问题,请参考以下文章
Python 技术篇 - python镜像推荐,实现python最新官方安装包飞速下载,解决www.python.org官网无法访问下载安装包慢问题