NPM-STOP

Section: User Commands (1)
Updated: December 2022
Index Return to Main Contents
 

NAME

npm-stop  

Synopsis

<!-- AUTOGENERATED USAGE DESCRIPTIONS -->

 

Description

This runs a predefined command specified in the "stop" property of a
package's "scripts" object.

Unlike with npm start, there is no default script
that will run if the &quot;stop&quot; property is not defined.  

Example

{
  "scripts": {
    "stop": "node bar.js"
  }
}
npm stop

> npm@x.x.x stop
> node bar.js

(bar.js output would be here)

 

Configuration

<!-- AUTOGENERATED CONFIG DESCRIPTIONS -->

 

See Also

npm run-script
npm scripts
npm test
npm start
npm restart


 

Index

NAME
Synopsis
Description
Example
Configuration
See Also

This document was created by man2html, using the manual pages.
Time: 14:27:40 GMT, April 27, 2024