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
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-04-24 02:03:37 +0400
committerisaacs <i@izs.me>2011-04-24 02:03:37 +0400
commit414a3f9f6e451560e0aef43f40729dfc27f37e39 (patch)
tree09d6581fa167523aa1fe4598366eaa30e256e3cf /man1
parentb45881b33ce34c4f157e6fb77020b856fdae04b9 (diff)
make doc
Diffstat (limited to 'man1')
-rw-r--r--man1/removing-npm.163
-rw-r--r--man1/rm.12
-rw-r--r--man1/uninstall.12
3 files changed, 65 insertions, 2 deletions
diff --git a/man1/removing-npm.1 b/man1/removing-npm.1
new file mode 100644
index 000000000..55e7f3cd9
--- /dev/null
+++ b/man1/removing-npm.1
@@ -0,0 +1,63 @@
+.\" Generated with Ronnjs/v0.1
+.\" http://github.com/kapouer/ronnjs/
+.
+.TH "NPM\-REMOVAL" "1" "April 2011" "" ""
+.
+.SH "NAME"
+\fBnpm-removal\fR \-\- Cleaning the SlateSo sad to see you go\.
+.
+.IP "" 4
+.
+.nf
+sudo npm uninstall npm \-g
+.
+.fi
+.
+.IP "" 0
+.
+.P
+Or, if that fails,
+.
+.IP "" 4
+.
+.nf
+sudo make uninstall
+.
+.fi
+.
+.IP "" 0
+.
+.SH "More Severe Uninstalling"
+Usually, the above instructions are sufficient\. That will remove
+npm, but leave behind anything you\'ve installed\.
+.
+.P
+If that doesn\'t work, or if you require more drastic measures,
+continue reading\.
+.
+.P
+This assumes that you installed node and npm in the default place\. If
+you configured node with a different \fB\-\-prefix\fR, or installed npm with a
+different prefix setting, then adjust the paths accordingly, replacing \fB/usr/local\fR with your install prefix\.
+.
+.P
+ rm \-rf /usr/local/{lib/node,lib/node/\.npm,bin,share/man}/npm*
+.
+.P
+If you installed things \fIwith\fR npm, then your best bet is to uninstall
+them with npm first, and then install them again once you have a
+proper install\. This can help find any symlinks that are lying
+around:
+.
+.P
+ ls \-laF /usr/local/{lib/node,lib/node/\.npm,bin,share/man} | grep npm
+.
+.P
+Prior to version 0\.3, npm used shim files for executables and node
+modules\. To track those down, you can do the following:
+.
+.P
+ find /usr/local/{lib/node,bin} \-exec grep \-l npm {} \\; ;
+.
+.P
+(This is also in the README file\.)
diff --git a/man1/rm.1 b/man1/rm.1
index e9aa4e4c1..0d38e6265 100644
--- a/man1/rm.1
+++ b/man1/rm.1
@@ -1,7 +1,7 @@
.\" Generated with Ronnjs/v0.1
.\" http://github.com/kapouer/ronnjs/
.
-.TH "NPM\-UNINSTALL" "1" "March 2011" "" ""
+.TH "NPM\-UNINSTALL" "1" "April 2011" "" ""
.
.SH "NAME"
\fBnpm-uninstall\fR \-\- Remove a package
diff --git a/man1/uninstall.1 b/man1/uninstall.1
index e9aa4e4c1..0d38e6265 100644
--- a/man1/uninstall.1
+++ b/man1/uninstall.1
@@ -1,7 +1,7 @@
.\" Generated with Ronnjs/v0.1
.\" http://github.com/kapouer/ronnjs/
.
-.TH "NPM\-UNINSTALL" "1" "March 2011" "" ""
+.TH "NPM\-UNINSTALL" "1" "April 2011" "" ""
.
.SH "NAME"
\fBnpm-uninstall\fR \-\- Remove a package