StableStudio icon indicating copy to clipboard operation
StableStudio copied to clipboard

How to end StableStudio process? Win10/Win11

Open SeriousM opened this issue 1 year ago • 5 comments

Describe the bug Once the process yarn dev is started all the spwaned processes stay in memory regardless if the console was exited with "close window" or CRTL-C. Only way to really end is to kill all node processes.

Expected behavior A clear way to exit the console. Please add information to the readme or even the console output to show how to properly exit all the spawned processes on windows.

Screenshots image

After exit: image

Desktop (please complete the following information):

  • OS: Win10, Win11

SeriousM avatar May 20 '23 16:05 SeriousM

Hmmm not sure why node isn't cleaning up on Windows correctly. @KAJdev are you seeing this on your machine?

cruhl avatar May 22 '23 20:05 cruhl

Yes I believe this is an issue with yarn on windows

KAJdev avatar May 23 '23 00:05 KAJdev

Facing the exact same issue 😞 from couple of days in windows 11 , have been thinking it was my fault somewhere.

AayushyaKumar avatar May 26 '23 04:05 AayushyaKumar

I faced the same issue and it was frustrating.

hkiame avatar May 31 '23 21:05 hkiame

My take on this issue is that VITE would offer an exit option (pressing "h", then "exit") but nodemon is not channeling keypress to VITE.

SeriousM avatar Jun 01 '23 09:06 SeriousM