27 lines
541 B
Groff
27 lines
541 B
Groff
|
.TH "NPM\-FIND\-DUPES" "1" "March 2021" "" ""
|
||
|
.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
|