From d617faee29c40871ca5c8f93efd0ce929a40d541 Mon Sep 17 00:00:00 2001 From: Abdul Hameed Date: Fri, 17 Mar 2017 08:22:35 +0500 Subject: [PATCH] doc(wiki): I highly missing it in common issue as every windows biggner face that issue --- Common-issues.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Common-issues.md b/Common-issues.md index 5648114bf6..840c68d52e 100644 --- a/Common-issues.md +++ b/Common-issues.md @@ -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 \ No newline at end of file +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 👍 +