npm.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 21 Apr 2022 13:20:02 +0300
changeset 2525 cb9c3e5c2884
parent 2431 08707f0c75ce
child 2556 03ce3e35cd5b
permissions -rw-r--r--
Two-step verification.


=====================
 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.