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:
authorKat Marchán <kzm@zkat.tech>2018-08-29 22:03:09 +0300
committerAnna Henningsen <anna@addaleax.net>2018-09-02 13:51:59 +0300
commit78f5685acc8fa574c32ed60d07de6273c60639b9 (patch)
treec3381e90e1c734763d98f079aad5d5f45438ca6d /deps/npm/html/doc/cli/npm-install.html
parent1287e524eeba4632decce231da161426efb8fc34 (diff)
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/html/doc/cli/npm-install.html')
-rw-r--r--deps/npm/html/doc/cli/npm-install.html28
1 files changed, 18 insertions, 10 deletions
diff --git a/deps/npm/html/doc/cli/npm-install.html b/deps/npm/html/doc/cli/npm-install.html
index 39ee8ce902c..979e317612e 100644
--- a/deps/npm/html/doc/cli/npm-install.html
+++ b/deps/npm/html/doc/cli/npm-install.html
@@ -70,9 +70,11 @@ after packing it up into a tarball (b).</p>
using <code>npm link</code>.</p>
<p> Tarball requirements:</p>
<ul>
-<li>The filename <em>must</em> use <code>.tar</code>, <code>.tar.gz</code>, or <code>.tgz</code> as
-the extension.</li>
-<li>The package contents should reside in a subfolder inside the tarball (usually it is called <code>package/</code>). npm strips one directory layer when installing the package (an equivalent of <code>tar x --strip-components=1</code> is run).</li>
+<li><p>The filename <em>must</em> use <code>.tar</code>, <code>.tar.gz</code>, or <code>.tgz</code> as
+the extension.</p>
+</li>
+<li><p>The package contents should reside in a subfolder inside the tarball (usually it is called <code>package/</code>). npm strips one directory layer when installing the package (an equivalent of <code>tar x --strip-components=1</code> is run).</p>
+</li>
<li><p>The package must contain a <code>package.json</code> file with <code>name</code> and <code>version</code> properties.</p>
<p>Example:</p>
<pre><code>npm install ./package.tgz</code></pre></li>
@@ -170,12 +172,18 @@ fetch the package by name if it is not valid.</code></pre><ul>
<p> The following git environment variables are recognized by npm and will be
added to the environment when running git:</p>
<ul>
-<li><code>GIT_ASKPASS</code></li>
-<li><code>GIT_EXEC_PATH</code></li>
-<li><code>GIT_PROXY_COMMAND</code></li>
-<li><code>GIT_SSH</code></li>
-<li><code>GIT_SSH_COMMAND</code></li>
-<li><code>GIT_SSL_CAINFO</code></li>
+<li><p><code>GIT_ASKPASS</code></p>
+</li>
+<li><p><code>GIT_EXEC_PATH</code></p>
+</li>
+<li><p><code>GIT_PROXY_COMMAND</code></p>
+</li>
+<li><p><code>GIT_SSH</code></p>
+</li>
+<li><p><code>GIT_SSH_COMMAND</code></p>
+</li>
+<li><p><code>GIT_SSL_CAINFO</code></p>
+</li>
<li><p><code>GIT_SSL_NO_VERIFY</code></p>
<p>See the git man page for details.</p>
<p>Examples:</p>
@@ -362,5 +370,5 @@ affects a real use-case, it will be investigated.</p>
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
</table>
-<p id="footer">npm-install &mdash; npm@6.2.0</p>
+<p id="footer">npm-install &mdash; npm@6.4.1</p>