Skip to content

Commit

Permalink
doc: drop the --production flag for installing windows-build-tools
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
DeeDeeG authored and addaleax committed Sep 22, 2020
1 parent 4d28435 commit c68c6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/n-api.md
Expand Up @@ -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
Expand Down

0 comments on commit c68c6cd

Please sign in to comment.