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"

Last updated

© 2024 ~ Yunus Emre Ak ~ yEmreAk