Files
cheatsheet-tldr/tldr/bun-pm-migrate
2025-12-20 00:20:53 +00:00

14 lines
342 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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`