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-05-03 23:30:30 +0400
committerisaacs <i@izs.me>2010-05-03 23:30:30 +0400
commitb70b2a09fa76f1cc3e3f9da7dd4f48ac073d6d0a (patch)
treea1e40a1473c3b5db3efea8ad338c966fac605400 /man/uninstall.1
parenta3dec1abdf971e83377ff167382c56fe26f6c8d6 (diff)
Add built documentation to project, so that the install doesn't require ronn
Diffstat (limited to 'man/uninstall.1')
-rw-r--r--man/uninstall.120
1 files changed, 20 insertions, 0 deletions
diff --git a/man/uninstall.1 b/man/uninstall.1
new file mode 100644
index 000000000..79170fa0c
--- /dev/null
+++ b/man/uninstall.1
@@ -0,0 +1,20 @@
+.\" generated with Ronn/v0.4.1
+.\" http://github.com/rtomayko/ronn/
+.
+.TH "NPM\-UNINSTALL" "1" "April 2010" "" ""
+.
+.SH "NAME"
+\fBnpm\-uninstall\fR \-\- Remove a package
+.
+.SH "SYNOPSIS"
+.
+.nf
+npm uninstall <name> <version>
+npm rm <name> <version>
+.
+.fi
+.
+.SH "DESCRIPTION"
+This uninstalls a package, completely removing everything installed for it. If
+it's currently active, then it must be deactivated first. If anything is
+depending on it, then those must be uninstalled first.