nklayman / vue-cli-plugin-electron-builder

Easily Build Your Vue.js App For Desktop With Electron
https://nklayman.github.io/vue-cli-plugin-electron-builder/
MIT License
4.12k stars 279 forks source link

Unable to Launch Electron App in Development Environment on Specific Computer #1981

Closed rywaroy closed 11 months ago

rywaroy commented 11 months ago

Describe the bug I am unable to launch the Electron application in the development environment as it gets stuck at "Launching Electron…". Interestingly, the same code works and launches Electron on other computers. Additionally, if I change the name in package.json, Electron launches successfully. I suspect that it might be related to my computer restricting a specific application name.

To Reproduce Steps to reproduce the behavior:

Clone the repository Run npm install Run npm run electron:serve Observe that the application gets stuck at "Launching Electron…"

Expected behavior The Electron application should launch successfully in the development environment without any issues.

Screenshots image

Environment (please complete the following information):

Electron version: 13.0.0 @vue/cli-service version: 5.0.0 Operating System: [e.g. Windows 10]

Additional context The issue seems to be specific to my computer, as the same code runs and launches Electron on other computers.