gpt4 book ai didi

node.js - 安装 npm install express code UNABLE_TO_VERIFY_LEAF_SIGNATURE 时 Node js 错误无法验证第一个证书

转载 作者:可可西里 更新时间:2023-11-01 13:50:41 27 4
gpt4 key购买 nike

我已经安装了nodejs版本node-v4.5.0-x64.msi

我在 Windows 中使用 npm install express 安装 express 但出现以下错误

npm WARN package.json demo2@1.0.0 No description                                    
npm WARN package.json demo2@1.0.0 No repository field.

npm WARN package.json demo2@1.0.0 No README data
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\
node_modules\\npm\\bin\\npm-cli.js" "install" "express"
npm ERR! node v4.5.0
npm ERR! npm v2.15.9
npm ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE

npm ERR! unable to verify the first certificate
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! D:\user\Node\demo2\npm-debug.log

更新不仅 express 包我无法安装任何包

最佳答案

你可以使用这个命令

npm config set strict-ssl false

It just disabled SSL certificates.

但接受无效的 SSL 证书并不是最佳做法。

你可以稍后用这个命令恢复它

npm config set strict-ssl true

关于node.js - 安装 npm install express code UNABLE_TO_VERIFY_LEAF_SIGNATURE 时 Node js 错误无法验证第一个证书,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39342689/

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