mirror of
https://github.com/zhigang1992/npm.git
synced 2026-06-15 10:18:01 +08:00
374 B
374 B
npm activate(1) -- Activate an installed version of a package
SYNOPSIS
npm activate <name>@<version> [<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)