vs-build-tools-2017 (vs version 15) is not recognized
See original GitHub issueIn a continuation of #46 - it appears that build tools 2017 is not found
ERR! OMG Error: There is no Visual C++ compiler installed. Install Visual C++ Build Toolset or Visual Studio.
From what I can tell, cmake-js
looks in in vsDetect in the registry key
"HKLM\\SOFTWARE\\Classes\\Installer\\Dependencies\\Microsoft.VS.VisualCppBuildTools_x86_enu,v" + mainVer
Visual Studio 2017 build tools does not have a registry key there, although there are others, that particular one does not exist.
Issue Analytics
- State:
- Created 7 years ago
- Comments:15 (6 by maintainers)
Top Results From Across the Web
vs-build-tools-2017 (vs version 15) is not recognized #78
In a continuation of #46 - it appears that build tools 2017 is not found ERR! OMG Error: There is no Visual C++...
Read more >Installed the Visual Studio Build Tools with VS 2017, VS ...
Installed the Visual Studio Build Tools with VS 2017, VS solutions cannot open by double click and it seems the VS version selector...
Read more >MSbuild Error: The builds tools for v140 (Platform Toolset ...
You're trying to build using a different version of the build toolset that is either not installed on your system or that the...
Read more >Visual Studio Build Tools now include the VS2017 and ...
When we release VS2017 version 15.5, now available in Preview, we'll update the MSVC compiler toolset in the Visual Studio Build Tools again....
Read more >Visual Studio 2017 Build Tools 15.9.50.0 - Chocolatey Software
41 to 15.9.42, the VS Installer sees it has nothing to do and (out of some misguided optimization?) it even does not update...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Doesn’t seem to be fixed for me. I have VS2017 installed, and I also have the 2015 build tools installed, cmake-js detects neither. node-gyp works fine though.
cmake-js 3.6.2 node v6.11.4 npm 3.10.10 Visual Studio Community 2017 Version 15.5.7 Visual Studio Community 2015 Version 14.0.254.20.01 Update 3 Windows 10 64-bit Pro
Still getting OMG There is no Visual C++ compiler installed