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

deactivate.md « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a2136497b454362d25c562da92dae5aab1cfbfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
npm-deactivate(1) -- Deactivate the active version of a package
===============================================================

## SYNOPSIS

    npm deactivate <name>

## DESCRIPTION

If there's an active version of the package, this will unlink it from that
preferential position.

See: activate