]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/cli/npm-prune.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / cli / npm-prune.md
1 npm-prune(1) -- Remove extraneous packages
2 ==========================================
3
4 ## SYNOPSIS
5
6     npm prune [<name> [<name ...]]
7     npm prune [<name> [<name ...]] [--production]
8
9 ## DESCRIPTION
10
11 This command removes "extraneous" packages.  If a package name is
12 provided, then only packages matching one of the supplied names are
13 removed.
14
15 Extraneous packages are packages that are not listed on the parent
16 package's dependencies list.
17
18 If the `--production` flag is specified or the `NODE_ENV` environment
19 variable is set to `production`, this command will remove the packages
20 specified in your `devDependencies`. Setting `--production=false` will
21 negate `NODE_ENV` being set to `production`.
22
23 ## SEE ALSO
24
25 * npm-uninstall(1)
26 * npm-folders(5)
27 * npm-ls(1)