snippetbashTip
bun pm migrate — Convert another package manager's lockfile to a Bun-compatible lockfile without installing anything.
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 migrateCode Snippets
Migrate the lockfile in the current project
bun pm migrateContext
tldr-pages: common/bun pm migrate
Revisions (0)
No revisions yet.