How to fix Bunjs broken —global download
bunjs, programming, --global, bug, install
Generalized version of @isaced's solution
touch ~/.zprofileif not existsAppend the below to
~/.zprofilewithopen ~/.zprofilecommand
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"PreviousHomebrew linux icin Checking for sudo access (which may request your password)NextHow to use any Nodejs dependened modules (pino-pretty, pm2) with Bunjs
Last updated
Was this helpful?