-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version of electron environment is too old. #342
Comments
Error log:
|
I'm also puzzled about this. |
@dimitre |
If you have the time submit a PR without the line, so we see how tests run |
@dimitre okay, i will post PR soon! |
Ahh weird. I think it runs locally for me. But I’m not on a M1 Mac.
The main thing though is a lot of the front end JavaScript will need a complete rewrite if we update to the latest electron. I tried it recently to fix a CI error and almost every module had a new name and approach.
So it would be good to do at some point but it’s definitely not a straightforward change.
|
But if you are able to get it all working that would be amazing 🙂
|
https://github.com/2bbb/projectGenerator/tree/PR/cleanup_frontend_dependencies |
Please submit a PR here. |
Please don’t merge this without testing locally first.
I did a similar PR recently that passed all the checks but completely broke the frontend.
So definitely don’t use the checks here for testing electron changes.
|
Also running into this fyi on Intel x64. |
electron-prebuilt
?
I renamed issue title to point to the essential. |
closed by #361 |
I tried to build frontend, but
npm i
failed withelectron-prebuilt
that search too old electron binary zip and not found for darwin-arm64.and I removed it from devDependencies and build again, then it got success to build.
electron-prebuilt was marked deprecate long long year ago.
can we remove this (or replace similar one if needed)?
The text was updated successfully, but these errors were encountered: