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

PR-URL: https://github.com/nodejs/node/pull/30271 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
448 B
Executable File
448 B
Executable File
section | title | description |
---|---|---|
cli-commands | npm-stop | Stop a package |
npm-stop
Stop a package
Synopsis
npm stop [-- <args>]
Description
This runs a package's "stop" script, if one was provided.