summaryrefslogtreecommitdiff
path: root/deps/npm/docs/content/cli-commands/npm-stop.md
blob: 49a7416464927dbde1211a52440f7ff5a54442f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
section: cli-commands
title: npm-stop
description: Stop a package
---

# npm-stop

## 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)