aarondfrancis / solo

A Laravel package to run multiple commands at once, to aid in local development.
MIT License
437 stars 20 forks source link

not kill `npm run dev` after press q for quit #20

Open ajikamaludin opened 2 days ago

ajikamaludin commented 2 days ago

Hey Aaron, solo is great.

just realized that after several time quit and back run the solo command vite always create new port its mean the npm command before its still alive, is this a bug ?

image

mrmurb commented 1 day ago

Im facing the same issue with commands like php artisan serve. Looks to be the same issue that #10 addressed, but it seems like the fix is not solving the issue.

ajikamaludin commented 1 day ago

Detail information :

Peek 2024-11-13 14-53

maybe this gif can be hint for the bug , running it with normal npm run dev from the terminal is just fine, with solo the process is not stopped correctly i need to kill it manually so it will start with correct port