当前位置:首页 » 《关于电脑》 » 正文

WebStrom 报错:error Error: certificate has expired at TLSSocket.onConnectSecure (node:_tls_wrap:15

20 人参与  2024年04月08日 17:49  分类 : 《关于电脑》  评论

点击全文阅读


报错情况:

[2/4] Fetching packages...error Error: certificate has expired    at TLSSocket.onConnectSecure (node:_tls_wrap:1539:34)    at TLSSocket.emit (node:events:513:28)    at TLSSocket._finishInit (node:_tls_wrap:953:8)    at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:734:12)info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

 StackOver同样有这样的问题

解决方法:

①禁用SSL证书验证

yarn config set strict-ssl false

②重新设置npm镜像源(二选一)

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


点击全文阅读


本文链接:http://zhangshiyu.com/post/92421.html

<< 上一篇 下一篇 >>

  • 评论(0)
  • 赞助本站

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

关于我们 | 我要投稿 | 免责申明

Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1