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

activate.md « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08772d3d1065222e463ef1e2f58840c758d9b623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
npm activate(1) -- Activate an installed version of a package
=============================================================

## SYNOPSIS

    npm activate <name> <version>

## DESCRIPTION

This "activates" a specific version of a package, so that you can just do
`require("foo")` without having to specify the version.

## SEE ALSO

npm-deactivate(1)