summaryrefslogtreecommitdiff
path: root/deps/npm/man/man7/removing-npm.7
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man7/removing-npm.7')
-rw-r--r--deps/npm/man/man7/removing-npm.76
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/man/man7/removing-npm.7 b/deps/npm/man/man7/removing-npm.7
index e3fa17eba8..bf1c9ca9f4 100644
--- a/deps/npm/man/man7/removing-npm.7
+++ b/deps/npm/man/man7/removing-npm.7
@@ -27,14 +27,14 @@ If that doesn't work, or if you require more drastic measures,
continue reading\.
.P
Note that this is only necessary for globally\-installed packages\. Local
-installs are completely contained within a project's \fBnode_modules\fR
+installs are completely contained within a project's \fBnode_modules\fP
folder\. Delete that folder, and everything is gone (unless a package's
install script is particularly ill\-behaved)\.
.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
+you configured node with a different \fB\-\-prefix\fP, or installed npm with a
different prefix setting, then adjust the paths accordingly, replacing
-\fB/usr/local\fR with your install prefix\.
+\fB/usr/local\fP with your install prefix\.
.P
To remove everything npm\-related manually:
.P