????

Your IP : 3.135.209.235


Current Path : /usr/lib/node_modules/npm/docs/content/commands/
Upload File :
Current File : //usr/lib/node_modules/npm/docs/content/commands/npm-stop.md

---
title: npm-stop
section: 1
description: 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](/commands/npm-run-script)
* [npm scripts](/using-npm/scripts)
* [npm test](/commands/npm-test)
* [npm start](/commands/npm-start)
* [npm restart](/commands/npm-restart)