Files
pnpm/installing/linking/modules-cleaner/README.md
Zoltan Kochan 184ce26f3f docs: fix package names in README files (#11409)
* docs: fix package names in README files

* docs: update links to point to npmx.dev
2026-04-30 22:59:17 +02:00

24 lines
408 B
Markdown

# @pnpm/installing.linking.modules-cleaner
> Exports util functions to clean up node_modules
## Install
```
pnpm install @pnpm/installing.linking.modules-cleaner
```
## API
### `prune(...args)`
Compares the wanted lockfile with the current one and removes redundant packages from `node_modules`.
### `removeDirectDependency(...args)`
Removes a direct dependency from `node_modules`.
## License
MIT