#Can't run certain commands using $
1 messages · Page 1 of 1 (latest)
looks like a bug with parsing
where it only reads up to - for the command
open a github issue if there isn't already one
I'm not able to reproduce this on macOS
@eager shadow did you manage to fix this ? I am currently stuck on the same error.
const response = await $`docker compose up -d db`
ShellError: Failed with exit code 1
info: {
"exitCode": 1,
"stderr": "bun: command not found: docker\n",
"stdout": ""
}