mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 20:52:14 +00:00
18 lines
308 B
Plaintext
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`
|