Skip to content

Commit

Permalink
doc(wiki): I highly missing it in common issue as every windows biggn…
Browse files Browse the repository at this point in the history
…er face that issue
  • Loading branch information
raza2022 authored and rvagg committed Jun 23, 2021
1 parent bf4bed1 commit d617fae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Common-issues.md
Expand Up @@ -4,4 +4,11 @@ Make sure you are using the native Python version in OSX. If you use a MacPorts

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.

Notes: https://gist.github.com/erichocean/5177582
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 👍

0 comments on commit d617fae

Please sign in to comment.