2021-04-01 17:27:18 -04:00
|
|
|
.TH "NPM\-FIND\-DUPES" "1" "April 2021" "" ""
|
2021-03-23 14:58:11 -04:00
|
|
|
.SH "NAME"
|
|
|
|
\fBnpm-find-dupes\fR \- Find duplication in the package tree
|
|
|
|
.SS Synopsis
|
|
|
|
.P
|
|
|
|
.RS 2
|
|
|
|
.nf
|
|
|
|
npm find\-dupes
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
.SS Description
|
|
|
|
.P
|
|
|
|
Runs \fBnpm dedupe\fP in \fB\-\-dry\-run\fP mode, making npm only output the
|
|
|
|
duplications, without actually changing the package tree\.
|
|
|
|
.SS See Also
|
|
|
|
.RS 0
|
|
|
|
.IP \(bu 2
|
|
|
|
npm dedupe \fI/cli\-commands/dedupe\fR
|
|
|
|
.IP \(bu 2
|
|
|
|
npm ls \fI/cli\-commands/ls\fR
|
|
|
|
.IP \(bu 2
|
|
|
|
npm update \fI/cli\-commands/update\fR
|
|
|
|
.IP \(bu 2
|
|
|
|
npm install \fI/cli\-commands/install\fR
|
|
|
|
|
|
|
|
.RE
|