James Hartley
James Hartley

Reputation: 1

Unable to install electron app on Windows 10

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:

Error

Upvotes: 0

Views: 1324

Answers (1)

Mustafa Demiraslan
Mustafa Demiraslan

Reputation: 59

Your main.js file may not be configured properly. You can use sample electron application official template on github.

Electron sample application

Upvotes: 0

Related Questions