2021-03-23 14:58:11 -04:00
|
|
|
---
|
|
|
|
title: npm-find-dupes
|
|
|
|
section: 1
|
|
|
|
description: Find duplication in the package tree
|
|
|
|
---
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm find-dupes
|
|
|
|
```
|
|
|
|
|
|
|
|
### Description
|
|
|
|
|
|
|
|
Runs `npm dedupe` in `--dry-run` mode, making npm only output the
|
|
|
|
duplications, without actually changing the package tree.
|
|
|
|
|
|
|
|
### See Also
|
|
|
|
|
2021-05-10 17:31:02 -04:00
|
|
|
* [npm dedupe](/commands/npm-dedupe)
|
|
|
|
* [npm ls](/commands/npm-ls)
|
|
|
|
* [npm update](/commands/npm-update)
|
|
|
|
* [npm install](/commands/npm-install)
|
2021-03-24 17:25:32 -04:00
|
|
|
|