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
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-08-18 21:58:59 +0400
committerisaacs <i@izs.me>2010-08-18 21:58:59 +0400
commitf2ccd1783065d471c891c83082eab9c76361c4c3 (patch)
tree837221b349cfe68a41aaf61dcde15d197b2f9657 /man/uninstall.1
parent9e87e148e145ac46797ad41d02f9d41c9f1dfea1 (diff)
Use ronnjs instead of the ronn rubygem to build docs
Diffstat (limited to 'man/uninstall.1')
-rw-r--r--man/uninstall.133
1 files changed, 25 insertions, 8 deletions
diff --git a/man/uninstall.1 b/man/uninstall.1
index 9080b0cfb..07eadc74b 100644
--- a/man/uninstall.1
+++ b/man/uninstall.1
@@ -1,22 +1,39 @@
-.\" generated with Ronn/v0.7.3
-.\" http://github.com/rtomayko/ronn/tree/0.7.3
+.\" Generated with Ronnjs/v0.1
+.\" http://github.com/kapouer/ronnjs/
.
-.TH "NPM\-UNINSTALL" "1" "May 2010" "" ""
+.TH "NPM\-UNINSTALL" "1" "August 2010" "" ""
.
.SH "NAME"
-\fBnpm\-uninstall\fR \- Remove a package
+\fBnpm-uninstall\fR \-\- Remove a package
.
.SH "SYNOPSIS"
.
.nf
-
-npm uninstall <name> [<version>]
-npm rm <name> [<version>]
+npm uninstall <name>[@<version> [<name>[@<version>] \.\.\.]
+npm rm <name>[@<version> [<name>[@<version>] \.\.\.]
.
.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\.
+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
+