From c68c6cd4858d838fda87d8555e9377d9e4fb7689 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. PR-URL: https://github.com/nodejs/node/pull/34979 Reviewed-By: Anna Henningsen Reviewed-By: Richard Lau Reviewed-By: Jiawen Geng Reviewed-By: Ricky Zhou <0x19951125@gmail.com> --- 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 9dacd16a61b4ea..c3f158ab5b2b71 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