Hi everyone!
My team is running into the issue described in this issue https://github.com/pkrumins/node-tree-kill/issues/43 and fixed in this PR https://github.com/pkrumins/node-tree-kill/pull/44
It looks like the tree-kill library is unmaintained (no releases in 6 years, no response to the issue or the PR). Would you be open to a PR that replaces tree-kill with another package?
GitHub
When using tree-kill on macOS within applications that frequently restart (such as NestJS in watch mode), the module fails with a spawn EBADF error. The error occurs in the buildProcessTree functio...