13 lines
215 B
Markdown
13 lines
215 B
Markdown
|
|
# 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`
|