--- 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 * [npm dedupe](/commands/npm-dedupe) * [npm ls](/commands/npm-ls) * [npm update](/commands/npm-update) * [npm install](/commands/npm-install)