]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man1/npm-prune.1
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man1 / npm-prune.1
1 .TH "NPM\-PRUNE" "1" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-prune\fR \- Remove extraneous packages
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm prune [<name> [<name \.\.\.]]
9 npm prune [<name> [<name \.\.\.]] [\-\-production]
10 .fi
11 .RE
12 .SH DESCRIPTION
13 .P
14 This command removes "extraneous" packages\.  If a package name is
15 provided, then only packages matching one of the supplied names are
16 removed\.
17 .P
18 Extraneous packages are packages that are not listed on the parent
19 package's dependencies list\.
20 .P
21 If the \fB\-\-production\fP flag is specified or the \fBNODE_ENV\fP environment
22 variable is set to \fBproduction\fP, this command will remove the packages
23 specified in your \fBdevDependencies\fP\|\. Setting \fB\-\-production=false\fP will
24 negate \fBNODE_ENV\fP being set to \fBproduction\fP\|\.
25 .SH SEE ALSO
26 .RS 0
27 .IP \(bu 2
28 npm help uninstall
29 .IP \(bu 2
30 npm help 5 folders
31 .IP \(bu 2
32 npm help ls
33
34 .RE
35