Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 2394f232edd..ecfa0c9ce13 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\.