open-cli-tools / open-cli-tools/concurrently
cannot create /dev/stdout: No such device or address
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.9k
- Forks
- 281
- Avg merge
- 17h 12m
- Merged PRs (30d)
- 1
Description
Hi,
i am having following issue (note that i am running this inside WSL2 Linux distro with concurrently installed globally):
concurrently 'echo HelloWorld > /dev/stdout'
[0] /bin/sh: 1: cannot create /dev/stdout: No such device or address
[0] echo HelloWorld > /dev/stdout exited with code 2
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 concurrently 'echo HelloWorld > /dev/stdout' inside the reported WSL2 Linux environment and inspect the command-spawning entry points involved with /bin/sh. Trace how concurrently launches shell commands; done means the reported command no longer exits with code 2 and produces the expected output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, shell, typescript
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100