For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bunjs —global indirme sorunu cozumu

bunjs, programming, --global, bug, install

undefined

Generalized version of @isaced's solution

  • Eger ~/.zprofile dosyasi yoksa touch ~/.zprofile

  • Alttaki metni ~/.zprofile icerisin open ~/.zprofile komutu ile acarak ekleyin

export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"

Son güncelleme

Bu yararlı oldu mu?