You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Builded app is trying to load resources from app.js file that does not exist. The path is: platforms/electron/www/app.js
What is expected to happen?
After running cordova run electron --nobuild or cordova run electron the app should work as expected.
What does actually happen?
After running cordova run electron --nobuild or cordova run electron the the app has white background with the following error in the console:
Failed to load resource: net::ERR_FILE_NOT_FOUND (app.js).
Information
I am trying to build and run cordova electron app on Windows 10 machine.
In package.json project I am using following plugins:
"@journeyapps/sqlcipher": "^5.3.1",
"cordova-electron": "^3.1.0",
"electron-rebuild": "^3.2.9"
Command or Code
I followed these steps:
cordova platform rm electron
cordova platform add electron
cordova prepare
$(npm bin)/electron-rebuild
cordova run electron --nobuild or cordova run electron (without nobuild flag)
Bug Report
Problem
Builded app is trying to load resources from app.js file that does not exist. The path is:
platforms/electron/www/app.js
What is expected to happen?
After running cordova run electron --nobuild or cordova run electron the app should work as expected.
What does actually happen?
After running cordova run electron --nobuild or cordova run electron the the app has white background with the following error in the console:
Failed to load resource: net::ERR_FILE_NOT_FOUND (app.js).
Information
I am trying to build and run cordova electron app on Windows 10 machine.
In package.json project I am using following plugins:
"@journeyapps/sqlcipher": "^5.3.1",
"cordova-electron": "^3.1.0",
"electron-rebuild": "^3.2.9"
Command or Code
I followed these steps:
Additional Information
Cordova Packages:
cli: 11.0.0
common: 4.0.2
create: 4.0.0
lib: 11.0.0
common: 4.0.2
fetch: 3.0.1
serve: 4.0.0
Project Installed Platforms:
electron: 3.1.0
Environment:
OS: Microsoft Windows 10 Pro x64
Node: v14.17.0
npm: 6.14.13
The text was updated successfully, but these errors were encountered: