Files
cheatsheet-tldr/tldr/bun-pm-cache
2026-02-24 00:26:57 +00:00

18 lines
308 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# bun pm cache
> Manage Bun's cache.
> More information: <https://bun.com/docs/pm/cli/pm#cache>.
- Display the path to the global module cache:
`bun pm cache`
- Clear the global module cache:
`bun pm cache rm`