Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stop.md « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 712d23162f92e8e2ed2b1cebc32ea1c642d83a80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
npm-stop(1) -- Stop a package
=============================

## SYNOPSIS

    npm stop <name>[@<version>] [<name>[@<version>] ...]

## DESCRIPTION

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

If no version is specified, then it stops the "active" version.