首页 前端知识 npm配置了淘宝镜像源依然下载不不动registry=https://registry.npm.taobao.org

npm配置了淘宝镜像源依然下载不不动registry=https://registry.npm.taobao.org

2024-05-19 09:05:56 前端知识 前端哥 665 607 我要收藏

使用npm install安装依赖时,一直卡在进度条不动,百度了一下,说是要使用淘宝镜像源进行下载。

npm install element-plus --save --registry=https://registry.npm.taobao.org

配置了之后依然下载不动,后来查了一些资料,淘宝镜像源不能使用https的,将https改成http就好了。


# 如果安装不上设置下载源,不要使用带https的
npm config set registry http://registry.npm.taobao.org
# 查看下载源
npm config get registry

执行完上面命令之后,在下载element plus就成功了。

npm install element-plus --save

在这里插入图片描述

转载请注明出处或者链接地址:https://www.qianduange.cn//article/8904.html
标签
评论
会员中心 联系我 留言建议 回顶部
复制成功!