2019-11-05 14:55:08 -05:00
|
|
|
---
|
2019-11-18 21:01:39 +02:00
|
|
|
section: cli-commands
|
2019-11-05 14:55:08 -05:00
|
|
|
title: npm-stop
|
|
|
|
description: Stop a package
|
|
|
|
---
|
|
|
|
|
2019-11-18 21:01:39 +02:00
|
|
|
# npm-stop(1)
|
2019-11-05 14:55:08 -05:00
|
|
|
|
|
|
|
## Stop a package
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm stop [-- <args>]
|
|
|
|
```
|
|
|
|
|
|
|
|
### Description
|
|
|
|
|
|
|
|
This runs a package's "stop" script, if one was provided.
|
|
|
|
|
|
|
|
### See Also
|
|
|
|
|
2020-10-02 17:52:19 -04:00
|
|
|
* [npm run-script](/cli-commands/run-script)
|
2019-11-05 14:55:08 -05:00
|
|
|
* [npm scripts](/using-npm/scripts)
|
2020-10-02 17:52:19 -04:00
|
|
|
* [npm test](/cli-commands/test)
|
|
|
|
* [npm start](/cli-commands/start)
|
|
|
|
* [npm restart](/cli-commands/restart)
|