Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 449 Bytes

prune.md

File metadata and controls

21 lines (14 loc) · 449 Bytes

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)