Print the path of pnpm's metadata cache.
Section: Store and Cache
Show package metadata cache path
bash
bash
pnpm cache pathExplanation
Print the path of pnpm's metadata cache.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Store and Cache
Delete package metadata cache entries
Clear package metadata cache entries.
Show modified packages in store
Check whether packages in the store were modified.
Prune unreferenced packages from store
Delete unreferenced packages from the global store.
Use hoisted node_modules linker
Switch to a hoisted node_modules layout if needed for compatibility.