npm start
leaves webpack processes lying around
#347
Labels
bug
Something isn't working
help wanted
Extra attention is needed
need-reprod
We'd like feedback if anyone else is seeing the same thing
Noticed this initially when I started getting a whole bunch of errors like this when running
npm start
:I'd been repeatedly starting puter, then stopping it with Ctrl-C, to test some changes I was making.
Sure enough, looking at the process monitor, I had a lot of
webpack
processes still around from previousnpm start
s. It seems that however they are spawned, they don't die with the parent process.The text was updated successfully, but these errors were encountered: