Skip to content

Commit 2598527

Browse files
DeeDeeGrichardlau
authored andcommitted
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 <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Ricky Zhou <[email protected]>
1 parent 287ce7b commit 2598527

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)