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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/activate.md')
-rw-r--r--doc/activate.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/activate.md b/doc/activate.md
deleted file mode 100644
index cf964a8a4..000000000
--- a/doc/activate.md
+++ /dev/null
@@ -1,24 +0,0 @@
-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.
-
-## CONFIGURATION
-
-### auto-activate
-
-Default: true
-
-Automatically activate a package after installation, if there is not an active
-version already. Set to "always" to always activate when installing.
-
-## SEE ALSO
-
-npm-deactivate(1)