You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works as expected switching to use npm
I debated if this is a concurrently bug, or a pnpm one, but In the end, concurrently should probably be able to handle killing any kind of process in isolation
The text was updated successfully, but these errors were encountered:
dr3
changed the title
PNPM commands with --kill-others fails cause concurrently to exit error
PNPM commands with --kill-others cause concurrently to exit error
Feb 19, 2025
What
When trying to
kill-others
concurrently exits unhappy when the command its killing is a pnpm scriptReproduction
Create a dir with this package.json, node 20+ & pnpm 9.15.4
Running

pnpm this-fails
returnsELIFECYCLE Command failed.
Running

pnpm this-passes
is happyDebug
This works as expected switching to use
npm
I debated if this is a
concurrently
bug, or apnpm
one, but In the end, concurrently should probably be able to handle killing any kind of process in isolationThe text was updated successfully, but these errors were encountered: