Scroll to navigation

NPM-STOP(3) NPM-STOP(3)

NAME

npm-stop - Stop a package

SYNOPSIS

npm.commands.stop(packages, callback)

DESCRIPTION

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

npm can run stop on multiple packages. Just specify multiple packages in the packages parameter.

August 2014