????

Your IP : 18.117.80.241


Current Path : /proc/thread-self/root/usr/lib/node_modules/npm/docs/content/commands/
Upload File :
Current File : //proc/thread-self/root/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)