Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 374 Bytes

activate.md

File metadata and controls

15 lines (9 loc) · 374 Bytes

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)