Skip to content

Commit a996df6

Browse files
DeeDeeGrickyes
authored andcommittedAug 31, 2020
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: #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>
1 parent 622ea75 commit a996df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/n-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ tools. However, it is not necessary to install the entire Visual Studio
147147
IDE. The following command installs the necessary toolchain:
148148

149149
```bash
150-
npm install --global --production windows-build-tools
150+
npm install --global windows-build-tools
151151
```
152152

153153
The sections below describe the additional tools available for developing

0 commit comments

Comments
 (0)