【发布时间】:2022-09-26 17:13:50
【问题描述】:
使用此命令安装电子时:
npm install electron --save-dev
我收到以下错误:
npm ERR! code 1
npm ERR! path C:\\Users\\ducpm34\\Desktop\\04_01_2022\\electron-app\\node_modules\\electron
npm ERR! command failed
npm ERR! command C:\\Windows\\system32\\cmd.exe /d /s /c node install.js
npm ERR! RequestError: self signed certificate in certificate chain
npm ERR! at ClientRequest.<anonymous> (C:\\Users\\ducpm34\\Desktop\\04_01_2022\\electron-app\\node_modules\\got\\source\\request-as-event-emitter.js:178:14)
npm ERR! at Object.onceWrapper (node:events:510:26)
npm ERR! at ClientRequest.emit (node:events:402:35)
npm ERR! at ClientRequest.origin.emit (C:\\Users\\ducpm34\\Desktop\\04_01_2022\\electron-app\\node_modules\\@szmarczak\\http-timer\\source\\index.js:37:11)
npm ERR! at TLSSocket.socketErrorListener (node:_http_client:447:9)
npm ERR! at TLSSocket.emit (node:events:390:28)
npm ERR! at emitErrorNT (node:internal/streams/destroy:157:8)
npm ERR! at emitErrorCloseNT (node:internal/streams/destroy:122:3)
npm ERR! at processTicksAndRejections (node:internal/process/task_queues:83:21)
npm ERR! A complete log of this run can be found in:
npm ERR! C:\\Users\\ducpm34\\AppData\\Local\\npm-cache\\_logs\\2022-01-04T07_39_31_143Z-debug.log
如何修复RequestError: self signed certificate in certificate chain 错误?
-
请参阅:troubleshooting 还将
C:\\Users\\ducpm34\\AppData\\Local\\npm-cache_logs\\2022-01-04T07_39_31_143Z-debug.log文件的内容添加到您的问题中
标签: electron