Prune unused npm packages.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 26 Aug 2020 13:19:53 +0300
changeset 2431 08707f0c75ce
parent 2430 315b44793009
child 2432 04d9591bc5d1
Prune unused npm packages.
npm.rst
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/npm.rst	Wed Aug 26 13:19:53 2020 +0300
@@ -0,0 +1,21 @@
+
+=====================
+ 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.
+