From ff9877e1816a9369541e7a7e227351cd2b96ad7c Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Sat, 29 Aug 2020 17:51:58 -0400 Subject: [PATCH] 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. --- doc/api/n-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 5d61f44a1e750d..b3a2f91f9d4895 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