I would not reenable the rebuild process, because its part of the postinstall script. Looking at https://github.com/lensapp/lens/pull/7115, they switch from yarn back to npm. It seems like we have to replicate the steps to get an working build back. I will some efforts on a branch
@MuhammedKalkan seems like they revamp the build process.
To handle #145, read https://www.electronjs.org/de/docs/latest/tutorial/using-native-node-modules. Normally, this is done by electron-rebuilder, however automatic rebuild is disabled.
https://github.com/lensapp/lens/blob/5432259e052ff587752203af684bcc527d7cd4bd/open-lens/package.json#L85
I would not reenable the rebuild process, because its part of the postinstall script. Looking at https://github.com/lensapp/lens/pull/7115, they switch from yarn back to npm. It seems like we have to replicate the steps to get an working build back. I will some efforts on a branch