-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
master branch does not build #163
Comments
I'm able to resolve that immediate issue by executing the resolutions suggested by 'npm audit fix': npm install --save-dev [email protected] Now, 'npm start' successfully launches the app. |
Hey, thought I would chime in here since I came across a similar issue Older versions of Electron are not going to work nicely in my case, so to build properly:
Explanation: it appears that there's some silent conflict with the latest versions of Node and Electron ^7, so you must force yourself to use an older version to execute successfully. I would highly recommend running Hopefully this helps! |
On windows, I am able to build with these version in my package.json. Newer version of electron do seem to cause the black screen on start.
|
I'm running into the same issue, with a similar error: [97228:0626/202650.850292:FATAL:gpu_data_manager_impl_private.cc(986)] The display compositor is frequently crashing. Goodbye. Has anyone found a fix for this yet? (Additional Info: I'm running Linux Mint Cinnamon Edition) |
Error
The text was updated successfully, but these errors were encountered: