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 'man1/activate.1')
-rw-r--r--man1/activate.129
1 files changed, 0 insertions, 29 deletions
diff --git a/man1/activate.1 b/man1/activate.1
deleted file mode 100644
index a7e9886fd..000000000
--- a/man1/activate.1
+++ /dev/null
@@ -1,29 +0,0 @@
-.\" Generated with Ronnjs/v0.1
-.\" http://github.com/kapouer/ronnjs/
-.
-.TH "ACTIVATE" "1" "March 2011" "" ""
-.
-.SH "NAME"
-\fBactivate\fR \-\- Activate an installed version of a package
-.
-.SH "SYNOPSIS"
-.
-.nf
-npm activate <name>@<version> [<name>@<version> \.\.\.]
-.
-.fi
-.
-.SH "DESCRIPTION"
-This "activates" a specific version of a package, so that you can just do \fBrequire("foo")\fR without having to specify the version\.
-.
-.SH "CONFIGURATION"
-.
-.SS "auto\-activate"
-Default: true
-.
-.P
-Automatically activate a package after installation, if there is not an active
-version already\. Set to "always" to always activate when installing\.
-.
-.SH "SEE ALSO"
-npm\-deactivate(1)