DOKK / manpages / debian 12 / npm / npm-stop.1.en
NPM-STOP(1) General Commands Manual NPM-STOP(1)

npm-stop

<!-- AUTOGENERATED USAGE DESCRIPTIONS -->

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.

{

"scripts": {
"stop": "node bar.js"
} }
npm stop
> npm@x.x.x stop
> node bar.js
(bar.js output would be here)

<!-- AUTOGENERATED CONFIG DESCRIPTIONS -->

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

December 2022 9.2.0