node/deps/npm/docs/content/commands/npm-find-dupes.md
Ruy Adorno ce300d6f76 deps: upgrade npm to 7.7.4
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>
2021-03-24 19:49:59 -07:00

433 B

title section description
npm-find-dupes 1 Find duplication in the package tree

Synopsis

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