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"
Last updated
Was this helpful?