aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-README.1
diff options
context:
space:
mode:
authorKat Marchán <kzm@zkat.tech>2018-08-29 12:03:09 -0700
committerAnna Henningsen <anna@addaleax.net>2018-09-02 12:51:59 +0200
commit78f5685acc8fa574c32ed60d07de6273c60639b9 (patch)
treec3381e90e1c734763d98f079aad5d5f45438ca6d /deps/npm/man/man1/npm-README.1
parent1287e524eeba4632decce231da161426efb8fc34 (diff)
downloadandroid-node-v8-78f5685acc8fa574c32ed60d07de6273c60639b9.tar.gz
android-node-v8-78f5685acc8fa574c32ed60d07de6273c60639b9.tar.bz2
android-node-v8-78f5685acc8fa574c32ed60d07de6273c60639b9.zip
deps: upgrade npm to 6.4.1
PR-URL: https://github.com/nodejs/node/pull/22591 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'deps/npm/man/man1/npm-README.1')
-rw-r--r--deps/npm/man/man1/npm-README.115
1 files changed, 6 insertions, 9 deletions
diff --git a/deps/npm/man/man1/npm-README.1 b/deps/npm/man/man1/npm-README.1
index 2394f232ed..ecfa0c9ce1 100644
--- a/deps/npm/man/man1/npm-README.1
+++ b/deps/npm/man/man1/npm-README.1
@@ -1,8 +1,8 @@
-.TH "NPM" "1" "July 2018" "" ""
+.TH "NPM" "1" "August 2018" "" ""
.SH "NAME"
\fBnpm\fR \- a JavaScript package manager
.P
-Build Status \fIhttps://img\.shields\.io/travis/npm/npm/latest\.svg\fR \fIhttps://travis\-ci\.org/npm/npm\fR
+Build Status \fIhttps://img\.shields\.io/travis/npm/cli/latest\.svg\fR \fIhttps://travis\-ci\.org/npm/cli\fR
.SH SYNOPSIS
.P
This is just enough info to get you up and running\.
@@ -15,16 +15,13 @@ Much more info will be available via \fBnpm help\fP once it's installed\.
To install an old \fBand unsupported\fR version of npm that works on node v5
and prior, clone the git repo and dig through the old tags and branches\.
.P
-\fBnpm is configured to use npm, Inc\.'s public package registry at
-https://registry\.npmjs\.org by default\.\fR
+\fBnpm is configured to use npm, Inc\.'s public registry at
+https://registry\.npmjs\.org by default\.\fR Use of the npm public registry
+is subject to terms of use available at https://www\.npmjs\.com/policies/terms\|\.
.P
You can configure npm to use any compatible registry you
like, and even run your own registry\. Check out the doc on
registries \fIhttps://docs\.npmjs\.com/misc/registry\fR\|\.
-.P
-Use of someone else's registry may be governed by terms of use\. The
-terms of use for the default public registry are available at
-https://www\.npmjs\.com\|\.
.SH Super Easy Install
.P
npm is bundled with node \fIhttps://nodejs\.org/en/download/\fR\|\.
@@ -85,7 +82,7 @@ experience if you run a recent version of npm\. To upgrade, either use Microsoft
upgrade tool \fIhttps://github\.com/felixrieseberg/npm\-windows\-upgrade\fR,
download a new version of Node \fIhttps://nodejs\.org/en/download/\fR,
or follow the Windows upgrade instructions in the
-npm Troubleshooting Guide \fI\|\./TROUBLESHOOTING\.md\fR\|\.
+Installing/upgrading npm \fIhttps://npm\.community/t/installing\-upgrading\-npm/251/2\fR post\.
.P
If that's not fancy enough for you, then you can fetch the code with
git, and mess with it directly\.