The following errors were reported during the recent installation of 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
The solution to finding data is as follows:
Add a parameter to the installation--ignore-scripts
— ignore scripts means that NPM will not run the script’s script specified in package.json
npm install --save-dev electron --ignore-scripts
Similar Posts:
- [Solved] Error reporting of NPM packaged electron app
- [Solved] NPM Error: gyp: No Xcode or CLT version detected!
- Python TypeError [ERR_INVALID_CALLBACK]: Callback must be a function. Received undefined
- Gyp: no Xcode or CLT version detected!
- [Solved] NPM run dev error [npm ERR! code ELIFECYCLE]
- [Solved] NPM downloads the dependency of the front-end Vue admin template master template Error
- Angular Project Download Error: [ERROR] ionic-app-scripts has unexpectedly closed (exit code 1).
- Mac download wepy error reporting solution
- [Solved] Module build failed: Error: Cannot find module ‘node-sass’