SSL 证书过期
npm ERR! code CERT_HAS_EXPIRED
npm ERR! errno CERT_HAS_EXPIRED
npm ERR! request to https://registry.npm.taobao.org/cnpm failed, reason: certificate has expired
npm config set strict-ssl false // 关闭ssl检查
文章讲述了在npm安装过程中遇到SSL证书过期错误的情况,介绍了如何通过设置`npmconfigsetstrict-sslfalse`来临时关闭SSL检查以解决问题。
SSL 证书过期
npm ERR! code CERT_HAS_EXPIRED
npm ERR! errno CERT_HAS_EXPIRED
npm ERR! request to https://registry.npm.taobao.org/cnpm failed, reason: certificate has expired
npm config set strict-ssl false // 关闭ssl检查

被折叠的 条评论
为什么被折叠?