-
Notifications
You must be signed in to change notification settings - Fork 52
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
Initial setup. Electron app error. #84
Comments
I see the same thing just now with node 10.2 as well. Investigating. Likely an electron dep needs updating but we'll see. |
Ok @ph55 I have a fix for this now and am rolling into an xplat update today which updates all electron dependencies and postinstall. You can simply run Open root Add to
We could keep unresolved dep flag on electron but not worth it so just add this. Modify
That updates all electron dependencies and importantly adds Modify
Now modify your electron app
That's needed to prevent Now clean and reinstall your workspace:
You should now be able to run all apps including your electron app with:
Lemme know if that gets you going and thanks for reporting this 👍 |
In You can now simply run |
@NathanWalker works well, thanks 👍 |
Trying to run initial setup.
All good until this point.
But after
npm i
error appear.Something related to
fsevents
andnode 11.7
I guess.These lines are interesting I think:
Full error:
The text was updated successfully, but these errors were encountered: