Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] adding additional parameter for Install Visual Studio 2015 Build Tools #22653

Merged
merged 1 commit into from
Apr 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/gatsby-on-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Tools).

The recommended way to setup your build environment on Windows is to install the
[`windows-build-tools`](https://github.com/felixrieseberg/windows-build-tools)
package by running `npm install windows-build-tools -g` on an admin PowerShell
package by running `npm install --global windows-build-tools --vs2015` on an admin PowerShell
console. Upon installing this package, it downloads and installs Visual C++
Build Tools 2015, provided free of charge by Microsoft. These tools are required
to compile popular native modules. It will also install Python 2.7, configuring
Expand Down