npm下载速度慢的处理方法

dafenqi
2023-07-05 / 0 评论 / 40 阅读 / 正在检测是否收录...

将npm的下载地址切换为 国内的镜像

1.方法一:切换为淘宝镜像。

即如下代码,不保证有效,可以百度最新的淘宝镜像代码。

npm config set registry http://registry.npm.taobao.org

2.方法二:切换为阿里云镜像。

可以去npmmirror镜像站寻找地址: https://npmmirror.com/

npm config set registry http://registry.npmmirror.com

3.查看当前下载地址

npm config get registry

4.如果想换回原地址

npm config set registry https://registry.npmjs.org
0

Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /www/wwwroot/testblog.58heshihu.com/var/Widget/Archive.php on line 1032

评论 (0)

取消