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.
12 lines
503 B
12 lines
503 B
10 years ago
|
<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>
|
||
|
|