pnpm store
Managing the package store.
#
Commands#
statusChecks for modified packages in the store.
Returns exit code 0 if the content of the package is the same as it was at the time of unpacking.
#
addAdded in: v2.12.0
Functionally equivalent to pnpm add
, except this adds new packages to the
store directly without modifying any projects or files outside of the store.
#
pruneRemoves orphan packages from the store.
Pruning the store will save disk space, however may slow down future installations involving pruned packages. Ultimately, it is a safe operation, however not recommended if you have orphaned packages from a package you intend to reinstall.
Please read the FAQ for more information on unreferenced packages and best practices.
Please note that this is prohibited when a store server is running.
#
pathAdded in: v6.10.0
Returns the path to the active store directory.