You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemmionic5/Mohem/node_modules_/npm/docs/content/cli-commands/npm-stop.md

452 B

section title description
cli-commands npm-stop Stop a package

npm-stop(1)

Stop a package

Synopsis

npm stop [-- <args>]

Description

This runs a package's "stop" script, if one was provided.

See Also