Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man1/rm.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/rm.1')
-rw-r--r--man1/rm.127
1 files changed, 3 insertions, 24 deletions
diff --git a/man1/rm.1 b/man1/rm.1
index 45f1570c2..e9aa4e4c1 100644
--- a/man1/rm.1
+++ b/man1/rm.1
@@ -9,31 +9,10 @@
.SH "SYNOPSIS"
.
.nf
-npm uninstall <name>[@<version> [<name>[@<version>] \.\.\.]
-npm rm <name>[@<version> [<name>[@<version>] \.\.\.]
+npm uninstall <name>
+npm rm <name>
.
.fi
.
.SH "DESCRIPTION"
-This uninstalls a package, completely removing everything installed for it\. If
-it\'s currently active, then it will be deactivated first, unless the \fBauto\-deactivate\fR config setting is set to "false"\. If anything is
-depending on it, then those must be uninstalled first\.
-.
-.P
-If the version is omitted, then all versions of a package are removed\.
-.
-.P
-\fB<version>\fR may in fact be a version range, so these commands are
-acceptable:
-.
-.IP "" 4
-.
-.nf
-npm rm foo@\'1\.2\.3 \- 4\.8\.9\'
-npm rm foo@\'>=1\.0\.0\'
-npm rm foo@\'<2\.0\.3\'
-.
-.fi
-.
-.IP "" 0
-
+This uninstalls a package, completely removing everything installed for it\.