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 if node-gyp can detect it automatically and switch too. Thanks!