-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to make it work with Visual Studio 2015 #555
Comments
To get this working we'll need to upgrade gyp to include https://code.google.com/p/gyp/source/detail?r=2013 |
Yep just tried with VS2015 as well - would love to see support for it. |
+1 |
1 similar comment
+1 |
+1 |
1 similar comment
+1 |
+1 - this is blocking a few teams working on building NPM backed WUP apps for Win10 |
+1 |
1 similar comment
+1 |
So, it says pretty clearly in the docs that you have to have VS C++ 2012/2013 installed. After doing this, I was able to build in VS2015 just fine. |
I experience this issue having only VS2012/13 installed |
Please try node-gyp v2.0.0, which updated gyp to include MSVS 2015 support. |
thank you very much, the issue is gone with VS2015 installation |
👍 |
I'm trying to install the iron-meteor/iron-cli package, and I'm getting the same error as Dmitra. I think the problem might be that it's trying to use an old version of node-gyp, despite the fact that I do have V2 installed.(verified with npm list -g node-gyp). Referring to the highlighted node-gyp version in Dmitra's screen grab - it says V1.0.3 for me in my log. Any ideas why it's trying to use an older version of node-gyp? |
Fixed! I think the root cause was that I had not updated npm using the proper process for Windows. (along with node-gyp having not been updated initially) |
+1 |
+1 |
1 similar comment
+1 |
+1, using vs 2015 |
The text was updated successfully, but these errors were encountered: