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

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeeDeeG <DeeDeeG@users.noreply.github.com>2020-08-30 00:51:58 +0300
committerrickyes <ives199511@gmail.com>2020-08-31 17:11:28 +0300
commita996df6b25e0c1dbe351480f71a51a6992214d25 (patch)
tree31f79cb3fdda9e2f445e4b12f9f57103f3126dc5 /doc/api/n-api.md
parent622ea7514e8f80aff7534c44c9a6f2b91feee524 (diff)
doc: drop the --production flag for installing windows-build-tools
This isn't needed, and was probably copy-pasted from windows-build-tools' README.md, which has since been changed to drop the `--production` flag from the install instructions. PR-URL: https://github.com/nodejs/node/pull/34979 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
Diffstat (limited to 'doc/api/n-api.md')
-rw-r--r--doc/api/n-api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 5d61f44a1e7..b3a2f91f9d4 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -147,7 +147,7 @@ tools. However, it is not necessary to install the entire Visual Studio
IDE. The following command installs the necessary toolchain:
```bash
-npm install --global --production windows-build-tools
+npm install --global windows-build-tools
```
The sections below describe the additional tools available for developing