13 lines
215 B
Markdown
Raw Normal View History

# 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`