-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nodemon won't kill previous process after upgrade from node v10 to v16 #1936
Comments
No idea, but try node 14 to see if you can narrow it down? |
Can people following this thread test with |
seems with |
This is live in the latest release, so we can close this then. |
Confirmed this issue is resolved with nodemon v: 2.0.14! |
@remy Still running into issues. Nothing is working. Please help.
|
@JoeyFlaum can you file a new issue with details on how to replicate with pared down code. |
Expected behaviour
Nodemon would kill the previous electron process and restart after changes occur
Actual behaviour
Nodemon starts a new process (sometimes multiple processes) when the changes occur. Every save does this
Steps to reproduce
Everything was working fine with node v10. This started happening after upgrading to node v16. I have tried passing --signal in the command, which doesn't work.
the script that I run is is:
"electron-watch": "nodemon --watch ./electron.cjs --exec "npm run electron-start""
Any ideas why this started happening after the upgrade and how I can fix it?
The text was updated successfully, but these errors were encountered: