HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

bun pm migrate — Convert another package manager's lockfile to a Bun-compatible lockfile without installing anything.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
lockfilebun pm migratecommandanotherconvertclipackagemanager

Problem

How to use the bun pm migrate command: Convert another package manager's lockfile to a Bun-compatible lockfile without installing anything. More information: <https://bun.com/docs/pm/cli/pm#migrate>.

Solution

bun pm migrate — Convert another package manager's lockfile to a Bun-compatible lockfile without installing anything. More information: <https://bun.com/docs/pm/cli/pm#migrate>.

Migrate the lockfile in the current project:
bun pm migrate

Code Snippets

Migrate the lockfile in the current project

bun pm migrate

Context

tldr-pages: common/bun pm migrate

Revisions (0)

No revisions yet.