mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 22:02:53 -04:00
patch: @pnpm/default-reporter patch: dependencies-hierarchy patch: @pnpm/modules-cleaner patch: @pnpm/resolve-dependencies patch: supi close #1415 close #1413 close #1411 close #1410
@pnpm/modules-cleaner
Exports util functions to clean up node_modules
Install
pnpm install @pnpm/modules-cleaner
API
prune(...args)
Compares the wanted shrinkwrap with the current one and removes redundant packages from node_modules.
removeDirectDependency(...args)
Removes a direct dependency from node_modules.
License
MIT