mirror of https://github.com/nodejs/node.git
9 lines
380 B
HTML
9 lines
380 B
HTML
<h1><a href="../api/npm-bin.html">npm-bin</a></h1> <p>Display npm bin folder</p>
|
|
<h2 id="synopsis">SYNOPSIS</h2>
|
|
<pre><code>npm.commands.bin(args, cb)
|
|
</code></pre><h2 id="description">DESCRIPTION</h2>
|
|
<p>Print the folder where npm will install executables.</p>
|
|
<p>This function should not be used programmatically. Instead, just refer
|
|
to the <code>npm.bin</code> property.</p>
|
|
|