npm.rst
changeset 2431 08707f0c75ce
child 2556 03ce3e35cd5b
--- /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.
+