gpt4 book ai didi

yarnpkg - yarn : unable to verify the first certificate

转载 作者:行者123 更新时间:2023-12-02 07:48:14 28 4
gpt4 key购买 nike

我正在尝试从 npm 迁移到 Yarn。当我尝试通过 yarn 安装依赖项时,出现此错误。

unable to verify the first certificate
at Error (native)
at TLSSocket.<anonymous> (_tls_wrap.js:1055:38)
at emitNone (events.js:86:13)
at TLSSocket.emit (events.js:185:7)
at TLSSocket._finishInit (_tls_wrap.js:580:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:412:38)

同样适用于 npm。尝试设置代理,没有帮助。我需要更改任何配置吗?

最佳答案

如果证书无法验证,可以打开set strict-ssl to false。您应该能够通过运行来配置它

yarn 配置设置“strict-ssl” false -g

但该命令当前不起作用,请参阅 issue 980 .

作为替代方案,您可以导航到 C:\Users\\并打开 .yarnrc 并手动更新它,如下所示:

# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
strict-ssl false

关于yarnpkg - yarn : unable to verify the first certificate,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40033794/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com