Skip to content

Commit d617fae

Browse files
raza2022rvagg
authored andcommitted
doc(wiki): I highly missing it in common issue as every windows biggner face that issue
1 parent bf4bed1 commit d617fae

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Common-issues.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@ Make sure you are using the native Python version in OSX. If you use a MacPorts
44

55
If you have issues with `execvp`, be sure to check your `$PYTHON` environment variable. If it is not set to the native version, unset it and try again.
66

7-
Notes: https://gist.github.com/erichocean/5177582
7+
Notes: https://gist.github.com/erichocean/5177582
8+
9+
## 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 👍
14+

0 commit comments

Comments
 (0)