You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using npm to run a package.json#script, which in turn uses nodemon with cross-env to launch the webpack cli. Something in that chain is leaving the webpack dev server running... I think this might be it?
When I press ctrl+c on the termianl while I run a script that uses croos-spawn, it does not stop the child process
Notice I use
spawn.sync
. But even withoutsync
, It doesn't stop the child processThe text was updated successfully, but these errors were encountered: