mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 21:03:46 +00:00

PR-URL: https://github.com/nodejs/node/pull/38628 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Myles Borins <myles.borins@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](/commands/npm-dedupe)
|
|
* [npm ls](/commands/npm-ls)
|
|
* [npm update](/commands/npm-update)
|
|
* [npm install](/commands/npm-install)
|
|
|