M-Zuber / npm-watch

run npm scripts when files change
MIT License
323 stars 38 forks source link

send kill signal to previous started process #68

Open mildfuzz opened 4 years ago

mildfuzz commented 4 years ago

currently, my watch command slowly eats memory as it triggers more and more processes. Is there a way to send a kill to previously started process ahead of starting a new one?

M-Zuber commented 3 years ago

I think that aspect would be controlled by nodemon and not us. Is this an issue you are still having?