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: 5bf5a17e9cb3672c60daed96ac181c0d7b08039d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 ALSO

npm-activate(1)