Welcome to mirror list, hosted at ThFree Co, Russian Federation.

npm-find-dupes.1 « man1 « man « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e88c89408b351e35adcfef9a967a92ee41cb0110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.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