nodemon "still waiting for 1 sub-process to finish..." when using cluster

Created on 5 Dec 2019  路  10Comments  路  Source: remy/nodemon

  • nodemon -v: 2.0.1
  • node -v:
  • Operating system/terminal environment: Kubuntu 18.04.1
  • Using Docker? What image: no
  • Command you ran: 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:

[nodemon] still waiting for 1 sub-process to finish...

issue

Steps to reproduce

Here is a repo to reproduce

Most helpful comment

confirmed still error 2.0.2

All 10 comments

If you install 2.0.0 everything works as expected:

$ yarn add [email protected] --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 [email protected] 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

Was this page helpful?
0 / 5 - 0 ratings