HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

bun pm cache — Manage Bun's cache. More information: <https://bun.com/docs/pm/cli/pm#cache>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandbun pm cachecachebunclimanageinformationmore

Problem

How to use the bun pm cache command: Manage Bun's cache. More information: <https://bun.com/docs/pm/cli/pm#cache>.

Solution

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

Code Snippets

Display the path to the global module cache

bun pm cache

Clear the global module cache

bun pm cache rm

Context

tldr-pages: common/bun pm cache

Revisions (0)

No revisions yet.