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

prune.md « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7344753f2d02141468f65dda28ee99eacace9869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.