gpt4 book ai didi

angular - npm 错误!代码 ERR_TLS_CERT_ALTNAME_INVALID

转载 作者:行者123 更新时间:2023-12-03 21:22:35 27 4
gpt4 key购买 nike

我已经有一段时间没有尝试设置一个新的 Angular 应用程序了——因为我已经在一个现有的应用程序上工作了几个月。

今天,在我的 Mac 中尝试通过终端安装一个新的 Angular 应用程序时,它运行得很慢,然后导致了这个错误:

npm ERR! code ERR_TLS_CERT_ALTNAME_INVALID

npm ERR! Hostname/IP does not 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 config set strict-ssl false并重新运行 ng new appName
如果它不起作用,请尝试运行 npm config set registry "http://registry.npmjs.org"
编辑

An earlier outage involving a DNS misconfiguration has lead to some ISPs caching npmjs.com as missing, a workaround for this is to use a third party DNS provider such as Cloudflare or Google, the affected caches should clear within the next 24 hours.



https://status.npmjs.org/incidents/v22ffls5cd6h

关于angular - npm 错误!代码 ERR_TLS_CERT_ALTNAME_INVALID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52129097/

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