#CLI Dependency on unmaintained `tree-kill` which (sometimes?) stopped working on MacOS Sequoia

3 messages · Page 1 of 1 (latest)

urban lotus
#

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...

GitHub

Fix for issue: #43
Issue:
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 th...

cyan dawn
#

Yeah. Replacing that lib seems a good ideia

urban lotus
#

Thanks! I'll send a PR in the next few days.
This is my first contribution, do you have guidelines you can point me towards?