summaryrefslogtreecommitdiff
path: root/deps/npm/html/doc/cli/npm-prefix.html
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/html/doc/cli/npm-prefix.html')
-rw-r--r--deps/npm/html/doc/cli/npm-prefix.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/deps/npm/html/doc/cli/npm-prefix.html b/deps/npm/html/doc/cli/npm-prefix.html
index 1dcd482142..af9969c074 100644
--- a/deps/npm/html/doc/cli/npm-prefix.html
+++ b/deps/npm/html/doc/cli/npm-prefix.html
@@ -13,7 +13,8 @@
<h2 id="synopsis">SYNOPSIS</h2>
<pre><code>npm prefix [-g]</code></pre><h2 id="description">DESCRIPTION</h2>
<p>Print the local prefix to standard out. This is the closest parent directory
-to contain a package.json file unless <code>-g</code> is also specified.</p>
+to contain a <code>package.json</code> file or <code>node_modules</code> directory, unless <code>-g</code> is
+also specified.</p>
<p>If <code>-g</code> is specified, this will be the value of the global prefix. See
<code><a href="../misc/npm-config.html">npm-config(7)</a></code> for more detail.</p>
<h2 id="see-also">SEE ALSO</h2>
@@ -37,5 +38,5 @@ to contain a package.json file unless <code>-g</code> is also specified.</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-prefix &mdash; npm@6.5.0</p>
+<p id="footer">npm-prefix &mdash; npm@6.7.0</p>