Skip to content

Commit 5b899b7

Browse files
raza2022rvagg
authored andcommitted
doc(wiki): C++ build tools version upgraded
1 parent bbca21a commit 5b899b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Common-issues.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ If you have issues with `execvp`, be sure to check your `$PYTHON` environment va
77
Notes: https://gist.github.com/erichocean/5177582
88

99
## npm ERR! `node-gyp rebuild`(Windows)
10-
* just install the build tools from [here](http://landinghub.visualstudio.com/visual-cpp-build-tools)
11-
PLease note the version as is required in below command e.g **2015** or **2017**
12-
* Launch cmd, run `npm config set msvs_version 2015`
13-
* restart and all is well 👍
10+
* just install the build tools from [here](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools)
11+
PLease note the version as is required in below command e.g **2017**
12+
* Launch cmd, run `npm config set msvs_version 2017`
13+
* close and open new CMD/terminal and all is well :100:
1414

0 commit comments

Comments
 (0)