-
Notifications
You must be signed in to change notification settings - Fork 67
Description
Hey,
I have a dependency on dtrace-provider (0.8.6) from bunyan. When I npm install, I get this failure:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.Platform.targets(57,5): error MSB8020: The build tools for v141 (Platform Toolset = 'v141') cannot be found. To build using the v141 build tools, please install v141 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [c:\blah\blah\blah\blah\blah\node_modules\dtrace-provider\build\DTraceProviderStub.vcxproj]
I installed 32-bit and 64-bit VC 2017 redist. It didn't help. I uninstalled that and installed VC 2015 redist (32-bit and 64-bit). it didn't help. How do I get this to install (and build) cleanly?
Thanks,
Eric