LinuxCommandLibrary

bun-pm-migrate

Migrate from another package manager

TLDR

Migrate from npm/yarn to Bun

$ bun pm migrate
copy

SYNOPSIS

bun pm migrate

DESCRIPTION

bun pm migrate converts a project from npm or yarn to use Bun's package manager. It reads existing lockfiles (package-lock.json or yarn.lock) and creates a bun.lock file.
This preserves your resolved dependency versions while switching to Bun's faster package management.

CAVEATS

Review the generated bun.lock to ensure dependency resolution matches expectations. Some edge cases may require manual adjustment.

SEE ALSO

bun(1), bun-pm(1), bun-install(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community