From 4ed038808f7bb78cc00fce6162b3f71b45abbd66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 22 Feb 2016 11:59:14 -0800 Subject: deps: upgrade to npm 3.7.3 PR-URL: https://github.com/nodejs/node/pull/5369 Reviewed-By: James M Snell Reviewed-By: Myles Borins --- deps/npm/html/doc/cli/npm-install.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'deps/npm/html/doc/cli/npm-install.html') diff --git a/deps/npm/html/doc/cli/npm-install.html b/deps/npm/html/doc/cli/npm-install.html index 56f15253062..f7bb35ecf3d 100644 --- a/deps/npm/html/doc/cli/npm-install.html +++ b/deps/npm/html/doc/cli/npm-install.html @@ -140,9 +140,11 @@ fetch the package by name if it is not valid.

Installs the package from the hosted git provider, cloning it with git. First it tries via the https (git with github) and if that fails, via ssh.

    <protocol>://[<user>[:<password>]@]<hostname>[:<port>][:][/]<path>[#<commit-ish>]
-

<protocol> is one of git, git+ssh, git+http, or - git+https. If no <commit-ish> is specified, then master is - used.

+

<protocol> is one of git, git+ssh, git+http, git+https, + or git+file. + If no <commit-ish> is specified, then master is used.

+

If the repository makes use of submodules, those submodules will + be cloned as well.

The following git environment variables are recognized by npm and will be added to the environment when running git:

    @@ -305,5 +307,5 @@ affects a real use-case, it will be investigated.

           - + -- cgit v1.2.3