We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.5.9 and 0.6 canary
No response
bun i -g esbuild bun i --global esbuild
bun i -g esbuild
bun i --global esbuild
its installed at ~/.bun/install/global/node_modules/esbuild/bin/esbuild but the bin file is not added to .bun/bin
~/.bun/install/global/node_modules/esbuild/bin/esbuild
.bun/bin
$BUN_INSTALL is set to /home/dave/.bun as it should be
/home/dave/.bun
to install
The text was updated successfully, but these errors were encountered:
bun install
Hm, working for me on mac/zsh
Sorry, something went wrong.
okay weird it works for me now. must've been some weird PATH config or whatever
This works for me.
export BUN_INSTALL="/home/YOUR_USERNAME/.bun" export PATH="$BUN_INSTALL/bin:$PATH"
Generalized version of @isaced's solution
touch ~/.zprofile
~/.zprofile
open ~/.zprofile
export BUN_INSTALL="$HOME/.bun" export PATH="$BUN_INSTALL/bin:$PATH"
No branches or pull requests
What version of Bun is running?
0.5.9 and 0.6 canary
What platform is your computer?
No response
What steps can reproduce the bug?
bun i -g esbuild
bun i --global esbuild
its installed at
~/.bun/install/global/node_modules/esbuild/bin/esbuild
but the bin file is not added to.bun/bin
$BUN_INSTALL is set to
/home/dave/.bun
as it should beWhat is the expected behavior?
to install
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: