-
-
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 "still waiting for 1 sub-process to finish..." when using cluster #1643
Comments
If you install 2.0.0 everything works as expected: $ yarn add nodemon@2.0.0 --dev
$ yarn start |
@ezze Thanks for raising this issue. |
Is it a problem with version 2.0.1? When can it be updated? Thanks! |
@sytana not to point out the obvious, but this is an open source project, so it can be updated as soon as people contribute. Thus far it's only me - and I have been working on this issue between working (my "real" job) and the tests weren't passing. So I'll happily take some help to get those passing. Thanks! |
@remy Oh, sorry i'm ignorant about this, But thank you very much for your contribution! |
So nodemon@2.0.2 has been released - if you can re-test, but I'm not 100% hopeful as this is cluster and there's not a great deal of testing against cluster. |
@remy, works for me. Thanks a lot for your work! |
Cool - I just confirmed too 👍 |
Still broke for me unfortunately. I'll inspect as to why. |
confirmed still error 2.0.2 |
this happens to my setup while using Edit: nodemon -e 'ts, vue, sass, css' -x 'node --loader ts-node/esm server.ts' |
nodemon -v
: 2.0.1node -v
:nodemon --watch server.js
Expected behaviour
nodemon restarts on
rs
command or detected changes.Actual behaviour
nodemon doesn't restart with the following multiple messages:
Steps to reproduce
Here is a repo to reproduce
The text was updated successfully, but these errors were encountered: