Links
Comment on page

How to fix Bunjs broken —global download

bunjs, programming, --global, bug, install
Generalized version of @isaced's solution
  • touch ~/.zprofile if not exists
  • Append the below to ~/.zprofile with open ~/.zprofile command
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
2023 © Yunus Emre AK