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
path: root/man1
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-01-29 05:28:08 +0300
committerisaacs <i@izs.me>2011-01-29 05:28:08 +0300
commitb6828d58414b55bab150ce5e0837de04da94fd59 (patch)
treeb6128e288bc2c4d3d5a7692882d82b1d81051471 /man1
parente206a4c35f8a272107bfe5a8bc1ca93f7588a96e (diff)
Add --node-version config to override engine checking
Set to null to disable engine checking altogether, or some semver string to use that instead of the actual version.
Diffstat (limited to 'man1')
-rw-r--r--man1/config.110
-rw-r--r--man1/get.110
-rw-r--r--man1/set.110
3 files changed, 30 insertions, 0 deletions
diff --git a/man1/config.1 b/man1/config.1
index adc330b5a..15fe8385a 100644
--- a/man1/config.1
+++ b/man1/config.1
@@ -460,3 +460,13 @@ Default: true
.
.P
Show the package description in npm ls\.
+.
+.SH "node\-version"
+Default: \fBprocess\.version\fR from the node environment
+.
+.P
+An effective version of node to use when checking for "engines"
+compliance\.
+.
+.P
+Set to null or false to suppress engine checking altogether\.
diff --git a/man1/get.1 b/man1/get.1
index adc330b5a..15fe8385a 100644
--- a/man1/get.1
+++ b/man1/get.1
@@ -460,3 +460,13 @@ Default: true
.
.P
Show the package description in npm ls\.
+.
+.SH "node\-version"
+Default: \fBprocess\.version\fR from the node environment
+.
+.P
+An effective version of node to use when checking for "engines"
+compliance\.
+.
+.P
+Set to null or false to suppress engine checking altogether\.
diff --git a/man1/set.1 b/man1/set.1
index adc330b5a..15fe8385a 100644
--- a/man1/set.1
+++ b/man1/set.1
@@ -460,3 +460,13 @@ Default: true
.
.P
Show the package description in npm ls\.
+.
+.SH "node\-version"
+Default: \fBprocess\.version\fR from the node environment
+.
+.P
+An effective version of node to use when checking for "engines"
+compliance\.
+.
+.P
+Set to null or false to suppress engine checking altogether\.