Skip to content

Commit

Permalink
doc(wiki): C++ build tools version upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
raza2022 authored and rvagg committed Jun 23, 2021
1 parent bbca21a commit 5b899b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Common-issues.md
Expand Up @@ -7,8 +7,8 @@ If you have issues with `execvp`, be sure to check your `$PYTHON` environment va
Notes: https://gist.github.com/erichocean/5177582

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

0 comments on commit 5b899b7

Please sign in to comment.