samuelmeuli / action-electron-builder

:electron: GitHub Action for building and releasing Electron apps
MIT License
658 stars 201 forks source link

My build is not working with node-pty #68

Closed imagineeeinc closed 3 years ago

imagineeeinc commented 3 years ago

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!

and suddenly failed

Here is the log if needed

workflow file

imagineeeinc commented 3 years ago

sorry it was my problem, but now its running forever.