-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Failed to load URL: app://-/ with error: ERR_FILE_NOT_FOUND #44
Comments
That's due to line 42 of
should be changed to
as You may also change line 42 to
|
@k7sleeper that suggestion works for me and I thank you for that. Ought this be a fix in the codebase? |
@itsonlyjames Yes, This should be a fix. |
Completely stumped here and seeking some help—I've updated to the latest version and so am now using imports instead of requires.
Nothing else has changed except for updating the relevant packages and changing from require to import, yet I'm receiving this error..
I did investigate #29 however that seems due to a change in build structure, whereas none of my structure has changed. I do see it being from a long time ago however.
Here is my minimal electron.js reproducible code:
Build.config
Directory structure:
Any help is greatly appreciated!
The text was updated successfully, but these errors were encountered: