summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-doctor.1
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2019-11-05 14:55:08 -0500
committerRich Trott <rtrott@gmail.com>2019-11-09 20:13:43 -0800
commit4b97c3addb246274cd7e8432edd537e0bdf60b63 (patch)
tree9f859239c3b38b04ddc58ee736bf6b2caf6008a5 /deps/npm/man/man1/npm-doctor.1
parent5f9794ea9aaaf5597974a65460e1f3069f68475f (diff)
downloadandroid-node-v8-4b97c3addb246274cd7e8432edd537e0bdf60b63.tar.gz
android-node-v8-4b97c3addb246274cd7e8432edd537e0bdf60b63.tar.bz2
android-node-v8-4b97c3addb246274cd7e8432edd537e0bdf60b63.zip
deps: update npm to 6.13.0
PR-URL: https://github.com/nodejs/node/pull/30271 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'deps/npm/man/man1/npm-doctor.1')
-rw-r--r--deps/npm/man/man1/npm-doctor.117
1 files changed, 9 insertions, 8 deletions
diff --git a/deps/npm/man/man1/npm-doctor.1 b/deps/npm/man/man1/npm-doctor.1
index 45a569b192..81c6aa1e90 100644
--- a/deps/npm/man/man1/npm-doctor.1
+++ b/deps/npm/man/man1/npm-doctor.1
@@ -1,14 +1,15 @@
-.TH "NPM\-DOCTOR" "1" "October 2019" "" ""
+.TH "NPM\-DOCTOR" "" "November 2019" "" ""
.SH "NAME"
-\fBnpm-doctor\fR \- Check your environments
-.SH SYNOPSIS
+\fBnpm-doctor\fR
+.SH Check your environments
+.SS Synopsis
.P
.RS 2
.nf
npm doctor
.fi
.RE
-.SH DESCRIPTION
+.SS Description
.P
\fBnpm doctor\fP runs a set of checks to ensure that your npm installation has
what it needs to manage your JavaScript packages\. npm is mostly a standalone tool, but it does
@@ -101,13 +102,13 @@ in your local cache (you can see where that cache is located with \fBnpm config
get cache\fP, and see what's in that cache with \fBnpm cache ls\fP – probably more
than you were expecting!)\. In the event that there are corrupt packages in your
cache, you should probably run \fBnpm cache clean\fP and reset the cache\.
-.SH SEE ALSO
+.SS See Also
.RS 0
.IP \(bu 2
-npm help bugs
+npm help npm\-bugs
.IP \(bu 2
-npm help help
+npm help npm\-help
.IP \(bu 2
-npm help ping
+npm help npm\-ping
.RE