Electron Builds are failing for the following Reasons when doing a Balena Push

[Build] electron ⨯ cannot execute cause=exit status 1
[Build] electron errorOut=npm does not support Node.js v15.14.0
[Build] electron You should probably upgrade to a newer version of node as we
[Build] electron can’t make any promises that npm will work with this version.
[Build] electron You can find the latest version at https://nodejs.org/
[Build] electron npm ERR! code 1
[Build] electron npm ERR! path /usr/src/app/node/node_modules/@serialport/bindings-cpp
[Build] electron npm ERR! command failed
[Build] electron npm ERR! command sh -c – node-gyp-build
[Build] electron npm ERR! gyp info it worked if it ends with ok
[Build] electron npm ERR! gyp info using node-gyp@9.4.1
[Build] electron npm ERR! gyp info using node@15.14.0 | linux | x64
[Build] electron npm ERR! gyp info find Python using Python version 3.7.3 found at “/usr/bin/python3”
[Build] electron npm ERR! gyp http GET https://electronjs.org/headers/v19.1.9/node-v19.1.9-headers.tar.gz
[Build] electron npm ERR! gyp WARN install got an error, rolling back install
[Build] electron npm ERR! gyp ERR! configure error
[Build] electron npm ERR! gyp ERR! stack FetchError: request to https://artifacts.electronjs.org/headers/v19.1.9/node-v19.1.9-headers.tar.gz?force_headers_dist=1 failed, reason: Client network socket disconnected before secure TLS connection was established
[Build] electron npm ERR! gyp ERR! stack at ClientRequest. (/usr/src/app/node/node_modules/minipass-fetch/lib/index.js:130:14)
[Build] electron npm ERR! gyp ERR! stack at ClientRequest.emit (node:events:369:20)
[Build] electron npm ERR! gyp ERR! stack at TLSSocket.socketErrorListener (node:_http_client:472:9)
[Build] electron npm ERR! gyp ERR! stack at TLSSocket.emit (node:events:381:22)
[Build] electron npm ERR! gyp ERR! stack at emitErrorNT (node:internal/streams/destroy:188:8)
[Build] electron npm ERR! gyp ERR! stack at emitErrorCloseNT (node:internal/streams/destroy:153:3)
[Build] electron npm ERR! gyp ERR! stack at processTicksAndRejections (node:internal/process/task_queues:81:21)
[Build] electron npm ERR! gyp ERR! System Linux 5.15.49-linuxkit
[Build] electron npm ERR! gyp ERR! command “/usr/local/bin/node” “/usr/src/app/node/node_modules/node-gyp/bin/node-gyp.js” “rebuild”
[Build] electron npm ERR! gyp ERR! cwd /usr/src/app/node/node_modules/@serialport/bindings-cpp
[Build] electron npm ERR! gyp ERR! node -v v15.14.0
[Build] electron npm ERR! gyp ERR! node-gyp -v v9.4.1
[Build] electron npm ERR! gyp ERR! not ok
[Build] electron npm ERR! A complete log of this run can be found in:
[Build] electron npm ERR! /root/.npm/_logs/2023-11-08T19_31_00_097Z-debug-0.log
[Build] electron command=/usr/local/bin/node /usr/local/lib/node_modules/npm/bin/npm-cli.js rebuild @serialport/bindings-cpp@10.8.0 @thiagoelg/node-printer@0.6.2 bcrypt@5.1.1
[Build] electron workingDir=
[Build] electron npm ERR! code 1
[Build] electron npm ERR! path /usr/src/app/node
[Build] electron npm ERR! command failed
[Build] electron npm ERR! command sh -c – ./node_modules/.bin/electron-builder install-app-deps
[Build] electron npm ERR! A complete log of this run can be found in:
[Build] electron npm ERR! /root/.npm/_logs/2023-11-08T19_27_26_779Z-debug-0.log
[Build] Built 3 services in 11:51
[Error] Build failed.
The command ‘/bin/sh -c cd node && npm install --unsafe-perm --no-optional --legacy-peer-deps’ returned a non-zero code: 1

the same problem.Have you resolve?

Hello @lucas123 could you please confirm the project that you are trying to build? Thanks!