open-cli-tools / open-cli-tools/concurrently
Strange Bug: command output missing
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.9k
- Forks
- 281
- Avg merge
- 17h 12m
- Merged PRs (30d)
- 1
Description
I have a strange behavior with concurrently. Concurrently did work like expected but since two weeks I do net get output from my commands. The problem is that it does still work for my collogues with a similar setup.
The problem is for example:
❯ npx ts-node-dev
ts-node-dev: no script to run provided
Usage: ts-node-dev [options] script [arguments]
executing for example ts-node-dev will print some output
❯ npx concurrently "echo 0 && npx ts-node-dev && echo 1"
[0] 0
[0] 1
[0] echo 0 && npx ts-node-dev && echo 1 exited with code 0
executing ts-node-dev through concurrently does not print ts-node-dev output (on my machine)
the same happens for other commands through npx or npm run (I tested jest, tsc and vite). Is there some sort of verbose logging for concurrently so I could give more information?
Environment
Shell: Bash or Fish
OS: Ubuntu 21.10
node: v14.18.3
npm: 8.3.0
concurrently: 7.0.0 (tried also 6.5.1)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with the provided concurrently command and the listed Bash or Fish, Ubuntu, Node, npm, and concurrently versions. Compare direct execution with execution through concurrently, and use the reported npx, npm run, Jest, tsc, and Vite examples to determine whether command output is consistently missing; done means the child-command output is visible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100