How to fix Bunjs broken —global download
bunjs, programming, --global, bug, install
Generalized version of @isaced's solution
touch ~/.zprofile
if not existsAppend the below to
~/.zprofile
withopen ~/.zprofile
command
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?