oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
73.17k stars 2.68k forks source link

Regression in v1.1.13 for `bun x --bun` and `bun run --bun` override shebang #11869

Open heri16 opened 3 months ago

heri16 commented 3 months ago

What version of Bun is running?

1.1.13+bd6a60512

What platform is your computer?

Darwin 23.5.0 arm64 arm

What steps can reproduce the bug?

bun install @bitwarden/cli
bun x --bun bw

What is the expected behavior?

bun x --bun bw Usage: bw [options] [command]

What do you see instead?

bun x --bun bw env: node: No such file or directory

Additional information

No response

shpaw415 commented 3 months ago

Did you make a typo ? Try "bunx --bun" instend of "bun x --bun"

nektro commented 4 days ago

does this still reproduce for you? (you may need to run bun upgrade)