安装Electron时报错command sh -c node install.js,如何处理


最近在安装Electron时报以下错误:

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

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM