electron-vite / electron-vite-vue

🥳 Really simple Electron + Vite + Vue boilerplate.
https://electron-vite.github.io
MIT License
4.32k stars 572 forks source link

[Bug] The process not found. When closing app. #466

Open DJWezzz opened 9 months ago

DJWezzz commented 9 months ago

Describe the bug

Closing the application window, give an error ERROR: The process "1313" not found.

To Reproduce, on Windows: 1 Use a clean installation 2 Use "electron-vite-vue" Version 2.2.0 3 Run: npm install 4 Run: npm fund 5 Run: npm run dev (App starts successfully) 6 Close the application via the X (close button) of windows. From now on there will be an error in the Terminal.

Same with update vite-plugin-electron to v0.28.2

In my own project, the problem is not present when I run "vite-plugin-electron" version 0.15.5

nodeIntegration: false contextIsolation: true

caoxiemeihao commented 8 months ago

Upgrade vite-plugin-electron to v0.28.4