专业的编程技术博客社区

网站首页 > 博客文章 正文

安装 Electron时报错command sh -c node install.js处理方法

baijin 2024-08-21 11:17:39 博客文章 5 ℃ 0 评论

最近在运行一VUE+Electron的项目时,运行npm install时报了如下的错误,记录下过程

505 error code 1
506 error path /Users/**/04sendSms/node_modules/electron
507 error command failed
508 error command sh -c node install.js
509 error RequestError: read ETIMEDOUT
509 error     at ClientRequest.<anonymous> (/Users/**/04sendSms/node_modules/got/source/request-as-event-emitter.js:178:14)
509 error     at Object.onceWrapper (node:events:514:26)
509 error     at ClientRequest.emit (node:events:406:35)
509 error     at ClientRequest.origin.emit (/Users/**/04sendSms/node_modules/@szmarczak/http-timer/source/index.js:37:11)
509 error     at TLSSocket.socketErrorListener (node:_http_client:447:9)
509 error     at TLSSocket.emit (node:events:394:28)
509 error     at emitErrorNT (node:internal/streams/destroy:157:8)
509 error     at emitErrorCloseNT (node:internal/streams/destroy:122:3)
509 error     at processTicksAndRejections (node:internal/process/task_queues:83:21)
510 verbose exit 1

查找资料解决方法如下:

在安装的时候添加一个参数--ignore-scripts
--ignore-scripts表示npm将不会运行在package.json中指定的scripts脚本
npm install --save-dev electron --ignore-scripts

本文暂时没有评论,来添加一个吧(●'◡'●)

欢迎 发表评论:

最近发表
标签列表