npm.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 03 Jan 2022 16:30:42 +0200
changeset 2514 0d60a0bad2d6
parent 2431 08707f0c75ce
child 2556 03ce3e35cd5b
permissions -rw-r--r--
Yum package manager.


=====================
 npm package manager
=====================
.. contents::
   :local:

Prune unused packages
=====================

Prune all::

  npm prune

Prune by name::

  npm prune $NAME1 #NAME2

https://docs.npmjs.com/cli/prune
  Remove extraneous packages.