npm.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 04 Nov 2020 21:46:58 +0200
changeset 2447 cb043d4756a2
parent 2431 08707f0c75ce
child 2556 03ce3e35cd5b
permissions -rw-r--r--
Execution.


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