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.
15 lines
626 B
15 lines
626 B
10 years ago
|
<h1><a href="../cli/npm-stop.html">npm-stop</a></h1> <p>Stop a package</p>
|
||
|
<h2 id="synopsis">SYNOPSIS</h2>
|
||
|
<pre><code>npm stop [-- <args>]
|
||
|
</code></pre><h2 id="description">DESCRIPTION</h2>
|
||
|
<p>This runs a package's "stop" script, if one was provided.</p>
|
||
|
<h2 id="see-also">SEE ALSO</h2>
|
||
|
<ul>
|
||
|
<li><a href="../cli/npm-run-script.html">npm-run-script(1)</a></li>
|
||
|
<li><a href="../misc/npm-scripts.html">npm-scripts(7)</a></li>
|
||
|
<li><a href="../cli/npm-test.html">npm-test(1)</a></li>
|
||
|
<li><a href="../cli/npm-start.html">npm-start(1)</a></li>
|
||
|
<li><a href="../cli/npm-restart.html">npm-restart(1)</a></li>
|
||
|
</ul>
|
||
|
|