StableStudio
StableStudio copied to clipboard
How to end StableStudio process? Win10/Win11
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
After exit:
Desktop (please complete the following information):
- OS: Win10, Win11
Hmmm not sure why node isn't cleaning up on Windows correctly. @KAJdev are you seeing this on your machine?
Yes I believe this is an issue with yarn on windows
Facing the exact same issue 😞 from couple of days in windows 11 , have been thinking it was my fault somewhere.
I faced the same issue and it was frustrating.
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.