mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
449 B
22 lines
449 B
13 years ago
|
npm-prune(1) -- Remove extraneous packages
|
||
|
==========================================
|
||
|
|
||
|
## SYNOPSIS
|
||
|
|
||
|
npm prune [<name> [<name ...]]
|
||
|
|
||
|
## DESCRIPTION
|
||
|
|
||
|
This command removes "extraneous" packages. If a package name is
|
||
|
provided, then only packages matching one of the supplied names are
|
||
|
removed.
|
||
|
|
||
|
Extraneous packages are packages that are not listed on the parent
|
||
|
package's dependencies list.
|
||
|
|
||
|
## SEE ALSO
|
||
|
|
||
|
* npm-rm(1)
|
||
|
* npm-folders(1)
|
||
|
* npm-list(1)
|