gpt4 book ai didi

node.js - 错误 SSL 问题 npm WIndows

转载 作者:可可西里 更新时间:2023-11-01 10:19:25 24 4
gpt4 key购买 nike

您好,我在使用 npm 时遇到有关 SSL 的问题。我运行这个命令:npm 安装 ionic

我收到以下错误:

npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "ionic"
npm ERR! node v4.1.2
npm ERR! npm v2.14.4

npm ERR! Hostname/IP doesn't match certificate's altnames: "Host: registry.npmjs.org. is not in the cert's altnames: DNS:a.sni.fastly.net, DNS:a.sni.global-ssl.fastly.net"
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR! C:\xampp\htdocs\receipt_finder\npm-debug.log

我已经使用这个命令添加了我的公司证书

npm config -g set cafile C:\opt\Cyber​​oam_Single_CA.pem

如何处理?

谢谢。

最佳答案

请发出以下命令来解决不同证书 cn 的问题:

npm config set strict-ssl false

就这些。

关于node.js - 错误 SSL 问题 npm WIndows,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32966878/

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