electron-vue icon indicating copy to clipboard operation
electron-vue copied to clipboard

Electron dev mode

Open GitNomster opened this issue 7 years ago • 6 comments

I'm using VS code and electron >= 3.0.0. When i'm start dev mode and then pressed ctrl + c the program is closed, but some electron process still persist in Task Manager and completely consuming CPU. Have to kill them manually. What this can be? Maby something with webpack js or dev-runner js ?

GitNomster avatar Oct 29 '18 09:10 GitNomster

I'm having the same issue. What i've found though is if you simply exit your Dev Electron app then this closes the Electron processes correctly and kills the node dev process as well.

tobybowers avatar Jan 04 '19 12:01 tobybowers

the same issue, How did this happen?

dtboy1995 avatar Mar 08 '19 04:03 dtboy1995

the same issue, How to solve this?

PasserbyFluid avatar Apr 03 '19 01:04 PasserbyFluid

Still no solution? I'm in same trouble

d0peCode avatar Jul 07 '19 13:07 d0peCode

Still no solution?

kisChang avatar Dec 27 '19 13:12 kisChang

https://blog.csdn.net/weixin_37744901/article/details/109091450

XJIANBIN avatar Dec 10 '20 07:12 XJIANBIN