Bunjs —global indirme sorunu cozumu
bunjs, programming, --global, bug, install
undefined
Generalized version of @isaced's solution
Eger
~/.zprofile
dosyasi yoksatouch ~/.zprofile
Alttaki metni
~/.zprofile
icerisinopen ~/.zprofile
komutu ile acarak ekleyin
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
PreviousHow to fix Bunjs broken —global downloadNextHow to use any Nodejs dependened modules (pino-pretty, pm2) with Bunjs
Last updated
Was this helpful?