npm create-react-app 项目名报错

**

npm create-react-app 项目名报错

**

npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY

npm ERR! errno UNABLE_TO_GET_ISSUER_CERT_LOCALLY

npm ERR! request to https://registry.npmjs.org/create-react-app failed, reason: unable to get local issuer certificate

npm ERR! A complete log of this run can be found in:

npm ERR! C:\Users\00\AppData\Local\npm-cache_logs\2024-07-22T02_31_01_751Z-debug.log

log:

javascript 复制代码
0 verbose cli [
0 verbose cli   'D:\\00\\soft\\nodejs\\node.exe',
0 verbose cli   'D:\\00\\soft\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
0 verbose cli   'i',
0 verbose cli   '-g',
0 verbose cli   'create-react-app'
0 verbose cli ]
1 info using npm@7.6.3
2 info using node@v15.12.0
3 timing config:load:defaults Completed in 2ms
4 timing config:load:file:D:\00\soft\nodejs\node_modules\npm\npmrc Completed in 2ms
5 timing config:load:builtin Completed in 2ms
6 timing config:load:cli Completed in 4ms
7 timing config:load:env Completed in 1ms
8 timing config:load:file:D:\00\work\Code\CircleBrowser\circlebrowser\.npmrc Completed in 0ms
9 timing config:load:project Completed in 3ms
10 timing config:load:file:C:\Users\00\.npmrc Completed in 1ms
11 timing config:load:user Completed in 1ms
12 timing config:load:file:C:\Users\00\AppData\Roaming\npm\etc\npmrc Completed in 0ms
13 timing config:load:global Completed in 0ms
14 timing config:load:cafile Completed in 0ms
15 timing config:load:validate Completed in 1ms
16 timing config:load:setUserAgent Completed in 1ms
17 timing config:load:setEnvs Completed in 1ms
18 timing config:load Completed in 16ms
19 verbose npm-session fef4bbb1de42b3a8
20 timing npm:load Completed in 25ms
21 timing arborist:ctor Completed in 1ms
22 timing idealTree:init Completed in 14ms
23 timing idealTree:userRequests Completed in 3ms
24 silly idealTree buildDeps
25 silly fetch manifest create-react-app@*
26 silly placeDep ROOT create-react-app@ OK for:  want: *
27 timing idealTree:#root Completed in 544ms
28 timing idealTree:node_modules/create-react-app Completed in 0ms
29 timing idealTree:buildDeps Completed in 546ms
30 timing idealTree:fixDepFlags Completed in 0ms
31 timing idealTree Completed in 566ms
32 timing command:i Completed in 573ms
33 verbose type system
34 verbose stack FetchError: request to https://registry.npmjs.org/create-react-app failed, reason: unable to get local issuer certificate
34 verbose stack     at ClientRequest.<anonymous> (D:\00\soft\nodejs\node_modules\npm\node_modules\minipass-fetch\lib\index.js:97:14)
34 verbose stack     at ClientRequest.emit (node:events:369:20)
34 verbose stack     at TLSSocket.socketErrorListener (node:_http_client:462:9)
34 verbose stack     at TLSSocket.emit (node:events:381:22)
34 verbose stack     at emitErrorNT (node:internal/streams/destroy:188:8)
34 verbose stack     at emitErrorCloseNT (node:internal/streams/destroy:153:3)
34 verbose stack     at processTicksAndRejections (node:internal/process/task_queues:81:21)
35 verbose cwd D:\00\work\Code\CircleBrowser\circlebrowser
36 verbose Windows_NT 10.0.22631
37 verbose argv "D:\\00\\soft\\nodejs\\node.exe" "D:\\00\\soft\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "i" "-g" "create-react-app"
38 verbose node v15.12.0
39 verbose npm  v7.6.3
40 error code UNABLE_TO_GET_ISSUER_CERT_LOCALLY
41 error errno UNABLE_TO_GET_ISSUER_CERT_LOCALLY
42 error request to https://registry.npmjs.org/create-react-app failed, reason: unable to get local issuer certificate
43 verbose exit 1

证书过期。

解决方法:

javascript 复制代码
 npm config set strict-ssl false
 npm config set registry http://registry.npmjs.org/

这将禁用严格的SSL验证,并将registry更改为http而不是https

相关推荐
_志哥_5 分钟前
解除有些网站不能复制的终极办法
前端·chrome
愚昧之山绝望之谷开悟之坡20 分钟前
什么是uv和传统的区别
前端·chrome·uv
SRC_BLUE_1729 分钟前
NSSCTF - Web | 【第五空间 2021】pklovecloud
android·前端
golang学习记30 分钟前
从0死磕全栈之Next.js 数据安全实战指南:从零信任到安全架构
前端
云中雾丽32 分钟前
flutter中 getx 的使用
前端
Jay丶1 小时前
聊聊入职新公司两个月,试用期没过这件事
前端·面试
ZTeam前端全栈进阶圈1 小时前
Vue新技巧:<style>标签里的 CSS 也能响应式!
前端
ღ_23331 小时前
vue3二次封装element-plus表格,slot透传,动态slot。
前端·javascript·vue.js
摸着石头过河的石头1 小时前
JavaScript继承的多种实现方式详解
前端·javascript
ybb_ymm1 小时前
前端开发之ps基本使用
前端·css