mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 23:25:21 +00:00

PR-URL: https://github.com/nodejs/node/pull/34246 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
28 lines
452 B
Markdown
28 lines
452 B
Markdown
---
|
|
section: cli-commands
|
|
title: npm-stop
|
|
description: Stop a package
|
|
---
|
|
|
|
# npm-stop(1)
|
|
|
|
## Stop a package
|
|
|
|
### Synopsis
|
|
|
|
```bash
|
|
npm stop [-- <args>]
|
|
```
|
|
|
|
### Description
|
|
|
|
This runs a package's "stop" script, if one was provided.
|
|
|
|
### See Also
|
|
|
|
* [npm run-script](/cli-commands/npm-run-script)
|
|
* [npm scripts](/using-npm/scripts)
|
|
* [npm test](/cli-commands/npm-test)
|
|
* [npm start](/cli-commands/npm-start)
|
|
* [npm restart](/cli-commands/npm-restart)
|