Dict.CN 在线词典, 英语学习, 在线翻译 ------------- MyGitee 朱秋贵内科诊所 My腾云code

request to https://registry.npm.taobao.org/ant-design-vue failed, reason: certificate has expire

 

一、原因分析
其实早在 2021 年,淘宝就发文称,npm 淘宝镜像已经从 http://registry.npm.taobao.org 切换到了 http://registry.npmmirror.com。旧域名也将于 2022 年 5 月 31 日停止服务(直到 HTTPS 证书到期才真正不能用了)

2024年1 月 22 日,淘宝原镜像域名(http://registry.npm.taobao.org)的 HTTPS 证书正式到期,导致旧的 npm 淘宝镜像在使用时出错了。

二、解决办法
1、清空缓存
npm cache clean --force
2、查看当前的npm镜像设置
npm config get registry
3、切换新镜像源
npm config set registry https://registry.npmmirror.com
4、查看新源是否设置成功
npm config get registry

posted @ 2024-11-17 18:25  cn2024  阅读(488)  评论(0编辑  收藏  举报