snippetbashTip
bun upgrade — Upgrade Bun to the latest version. More information: <https://bun.com/docs/installation#upgrading>.
Viewed 0 times
upgradethecommandlatestbunclibun upgradeversion
Problem
How to use the
bun upgrade command: Upgrade Bun to the latest version. More information: <https://bun.com/docs/installation#upgrading>.Solution
bun upgrade — Upgrade Bun to the latest version. More information: <https://bun.com/docs/installation#upgrading>.Upgrade to the latest stable version:
bun upgradeUpgrade to the latest canary build:
bun upgrade --canarySwitch back to the latest stable version:
bun upgrade --stableCode Snippets
Upgrade to the latest stable version
bun upgradeUpgrade to the latest canary build
bun upgrade --canarySwitch back to the latest stable version
bun upgrade --stableContext
tldr-pages: common/bun upgrade
Revisions (0)
No revisions yet.