mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
640 B
16 lines
640 B
10 years ago
|
<h1><a href="../cli/npm-bin.html">npm-bin</a></h1> <p>Display npm bin folder</p>
|
||
|
<h2 id="synopsis">SYNOPSIS</h2>
|
||
|
<pre><code>npm bin
|
||
|
</code></pre><h2 id="description">DESCRIPTION</h2>
|
||
|
<p>Print the folder where npm will install executables.</p>
|
||
|
<h2 id="see-also">SEE ALSO</h2>
|
||
|
<ul>
|
||
|
<li><a href="../cli/npm-prefix.html">npm-prefix(1)</a></li>
|
||
|
<li><a href="../cli/npm-root.html">npm-root(1)</a></li>
|
||
|
<li><a href="../files/npm-folders.html">npm-folders(5)</a></li>
|
||
|
<li><a href="../cli/npm-config.html">npm-config(1)</a></li>
|
||
|
<li><a href="../misc/npm-config.html">npm-config(7)</a></li>
|
||
|
<li><a href="../files/npmrc.html">npmrc(5)</a></li>
|
||
|
</ul>
|
||
|
|