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

activate.1 « man - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4f41881274bc5dc1c8d6d754950d0b72672239d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.\" generated with Ronn/v0.4.1
.\" http://github.com/rtomayko/ronn/
.
.TH "ACTIVATE" "1" "May 2010" "" ""
.
.SH "NAME"
\fBactivate\fR \-\- Activate an installed version of a package
.
.SH "SYNOPSIS"
.
.nf
npm activate <name> <version>
.
.fi
.
.SH "DESCRIPTION"
This "activates" a specific version of a package, so that you can just do\fBrequire("foo")\fR without having to specify the version.
.
.SH "SEE ALSO"
npm\-deactivate(1)