npm.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 07 Feb 2023 00:39:25 +0200
changeset 2554 c83fb8d3809f
parent 2431 08707f0c75ce
child 2556 03ce3e35cd5b
permissions -rw-r--r--
Removed unrelated data.


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