npm install certificate has expired 证书过期错误

发布于 2024-03-19 23:14:03 字数 1299 浏览 23 评论 0

报错:npm ERR! request to https://registry.npm.taobao.org/events failed, reason: certificate has expired

npm install 
npm ERR! code CERT_HAS_EXPIRED  
npm ERR! errno CERT_HAS_EXPIRED  
npm ERR! request to  https://registry.npm.taobao.org/events  failed, reason: certificate has expired  
  
npm ERR! A complete log of this run can be found in:  
npm ERR! /.npm/_logs/2024-01-24T08_52_27_547Z-debug.log  
ERROR: Job failed: exit status 1

原因:证书过期

简单粗暴的解决办法:关闭 npm ssl 严格证书检查

npm set strict-ssl false

或切换到官方源:

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

淘宝镜像源:

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

关于作者

JSmiles

生命进入颠沛而奔忙的本质状态,并将以不断告别和相遇的陈旧方式继续下去。

0 文章
0 评论
84960 人气
更多

推荐作者

我们的影子

文章 0 评论 0

素年丶

文章 0 评论 0

南笙

文章 0 评论 0

18215568913

文章 0 评论 0

qq_xk7Ean

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文