npm.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 04 Jan 2021 10:47:28 +0200
changeset 2496 1251d8e57794
parent 2431 08707f0c75ce
child 2556 03ce3e35cd5b
permissions -rw-r--r--
/etc/nsswitch.conf


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