Comment on page
How to fix Bunjs broken —global download
bunjs, programming, --global, bug, install
touch ~/.zprofile
if not exists- Append the below to
~/.zprofile
withopen ~/.zprofile
command
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"