Skip to content

Commit dd5074c

Browse files
authored
Use language independed link for VS 2017 Community
The download link for `Visual Studio 2017 Community` used the polish language
1 parent 449655b commit dd5074c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-environment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ How do you know if an npm package you want to install is a native module? Look f
7878
* Option 1: Install all the required tools and configurations using Microsoft's [windows-build-tools](https://github.com/felixrieseberg/windows-build-tools) by running `npm install -g windows-build-tools` from an elevated PowerShell (run as Administrator).
7979

8080
* Option 2: Install dependencies and configuration manually
81-
1. Install Visual C++ Build Environment: [Visual Studio Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools) (using "Visual C++ build tools" workload) or [Visual Studio 2017 Community](https://visualstudio.microsoft.com/pl/thank-you-downloading-visual-studio/?sku=Community) (using the "Desktop development with C++" workload)
81+
1. Install Visual C++ Build Environment: [Visual Studio Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools) (using "Visual C++ build tools" workload) or [Visual Studio 2017 Community](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community) (using the "Desktop development with C++" workload)
8282
2. Install [Python 2.7](https://www.python.org/downloads/) (`v3.x.x` is not supported), and run `npm config set python python2.7`
8383
3. Launch cmd, `npm config set msvs_version 2017`
8484

0 commit comments

Comments
 (0)