-
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 it possible to switch Visual Studio version? #1659
Comments
@takase1121 yes, setting What modules require VS2015? |
|
I can compile |
Now it does works right. Maybe
that is what I got from |
The relevant part is
This confirms VS2017 is being used. Perhaps something was not in place before, would be good to know what but it's probably not possible to find out now. It seems this issue can be closed, but feel free to add anything else. We can always reopen. Thanks! |
Sorry, but just wanted to ask a question. If I have both buildtools v140 (VS2015) and v150 (VS2017), can I just do
npm config set msvs_version <version>
to switch between them?Since some modules need VS2015 to compile, now
windows build tools
defaults to VS2017. It'll be nice ifnode-gyp
can detect it automatically and switch too. Thanks!The text was updated successfully, but these errors were encountered: