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

相关推荐
芜青39 分钟前
HTML+CSS:浮动详解
前端·css·html
SchuylerEX1 小时前
第六章 JavaScript 互操(2).NET调用JS
前端·c#·.net·blazor·ui框架
东风西巷2 小时前
Rubick:基于Electron的开源桌面效率工具箱
前端·javascript·electron·软件需求
探码科技2 小时前
AI知识管理软件推荐:九大解决方案与企业应用
前端·ruby
编程小黑马2 小时前
解决flutter 在控制器如controller 无法直接访问私有类方法的问题
前端
unfetteredman3 小时前
Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found
前端·javascript·vite
云存储小精灵3 小时前
Dify x 腾讯云 COS MCP:自然语言解锁智能数据处理,零代码构建 AI 新世界
前端·开源
山间板栗3 小时前
微信小程序环境变量设置方案
前端
电商API大数据接口开发Cris3 小时前
Java Spring Boot 集成淘宝 SDK:实现稳定可靠的商品信息查询服务
前端·数据挖掘·api
pepedd8643 小时前
LangChain:大模型开发框架的全方位解析与实践
前端·llm·trae