mirror of https://github.com/nodejs/node.git
12 lines
503 B
HTML
12 lines
503 B
HTML
<h1><a href="../cli/npm-bundle.html">npm-bundle</a></h1> <p>REMOVED</p>
|
|
<h2 id="description">DESCRIPTION</h2>
|
|
<p>The <code>npm bundle</code> command has been removed in 1.0, for the simple reason
|
|
that it is no longer necessary, as the default behavior is now to
|
|
install packages into the local space.</p>
|
|
<p>Just use <code>npm install</code> now to do what <code>npm bundle</code> used to do.</p>
|
|
<h2 id="see-also">SEE ALSO</h2>
|
|
<ul>
|
|
<li><a href="../cli/npm-install.html">npm-install(1)</a></li>
|
|
</ul>
|
|
|