doc(wiki): I highly missing it in common issue as every windows biggner face that issue

This commit is contained in:
Abdul Hameed 2017-03-17 08:22:35 +05:00 committed by Rod Vagg
parent bf4bed1b96
commit d617faee29

View file

@ -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 👍