To install Bun v1.2.19
:::bash
curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
Windows:
:::bash
powershell -c "irm bun.sh/install.ps1|iex"
To upgrade to Bun v1.2.19:
:::bash
bun upgrade
To install Bun v1.2.19
:::bash
curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
Windows:
:::bash
powershell -c "irm bun.sh/install.ps1|iex"
To upgrade to Bun v1.2.19:
:::bash
bun upgrade