Reputation: 1
I built an express/ejs application and turned it into an electron app. I can launch the app just fine using node commandline. However, I recently packaged the app using electron-packager and built it using electron-installer-windows. When I install the executable file I get the following error:
Upvotes: 0
Views: 1324
Reputation: 59
Your main.js file may not be configured properly. You can use sample electron application official template on github.
Upvotes: 0