nodejs/deps/npm/man/man1/npm-find-dupes.1

27 lines
450 B
Groff
Raw Normal View History

.TH "NPM\-FIND\-DUPES" "1" "May 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 help dedupe
.IP \(bu 2
npm help ls
.IP \(bu 2
npm help update
.IP \(bu 2
npm help install
.RE