-
-
Notifications
You must be signed in to change notification settings - Fork 523
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
Invalid options object when running electron-forge start
#2273
Comments
I have the same issue when creating a new app using the webpack-typescript template: |
Edit the generated package.json and change the version of
to I believe the faulty change is here: 790647d |
Got exactly same result after running npm update For a quick fix/temporary solution Issue And commenting out below lines, fixes the issue, as webpack-dev-middleware introduced breaking changes I hope this may help someone to fix the issues. Maybe using infrastructurelogging weird console logs can be fixed, which I encountered after commenting the said lines. |
This will probably be fixed when I merge #2225 |
Fixed by #2225 |
Preflight Checklist
Issue Details
Expected Behavior
Running the Electron app in dev mode should work.
Actual Behavior
When running
electron-forge start
it prints the following output:I updated electron-forge from 6.0.0-beta.54 to 6.0.0-beta.55 and did not change any configuration.
To Reproduce
Additional Information
The text was updated successfully, but these errors were encountered: