I really do not understand any technical things here as my project builds perfectly on my windows computer and fails in GitHub actions and doesn't work on Linux or mac, I think it's the node-pty module as electron builder usually compiles the module to native dependencies (I do not understand this) and I rebuild it while testing with node using node gyp but it doesn't seem to work online.
I read the logs as it happened in real time and it kept repeating this:
> doom@1.0.5 install D:\a\DOOM\DOOM
> npm install && npm run rebuild
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
I really do not understand any technical things here as my project builds perfectly on my windows computer and fails in GitHub actions and doesn't work on Linux or mac, I think it's the node-pty module as electron builder usually compiles the module to native dependencies (I do not understand this) and I rebuild it while testing with node using node gyp but it doesn't seem to work online.
I read the logs as it happened in real time and it kept repeating this:
and suddenly failed
Here is the log if needed
workflow file