Files
npm/doc/activate.md
2010-07-24 18:51:20 -07:00

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)