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

deactivate.1 « man - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 65b7fae27841b876ad2ea53e4cec98b0a89a2f4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.\" Generated with Ronnjs/v0.1
.\" http://github.com/kapouer/ronnjs/
.
.TH "NPM\-DEACTIVATE" "1" "August 2010" "" ""
.
.SH "NAME"
\fBnpm-deactivate\fR \-\- Deactivate the active version of a package
.
.SH "SYNOPSIS"
.
.nf
npm deactivate <name>
.
.fi
.
.SH "DESCRIPTION"
If there\'s an active version of the package, this will unlink it from that
preferential position\.
.
.SH "SEE ALSO"
npm\-activate(1)