mirror of
https://github.com/nodejs/node.git
synced 2025-05-14 14:58:20 +00:00

PR-URL: https://github.com/nodejs/node/pull/37897 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
25 lines
433 B
Markdown
25 lines
433 B
Markdown
---
|
|
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](/cli-commands/dedupe)
|
|
* [npm ls](/cli-commands/ls)
|
|
* [npm update](/cli-commands/update)
|
|
* [npm install](/cli-commands/install)
|
|
|