Aconex / drakov

Mock Server that implements the API Blueprint specification
MIT License
481 stars 115 forks source link

Could not load the Visual C++ component "VCBuild.exe". To fix this #176

Closed mossila closed 6 years ago

mossila commented 7 years ago

After I npm install this package and I found this.

Could not load the Visual C++ component "VCBuild.exe". To fix this
1) install the .NET Framework 2.0 SDK, 
2) install Microsoft Visual Studio 2005 or 
3) add the location of the component to the system path if it is installed elsewhere.

My system is Windows 10 with visual studio 2017 installed

npm version = 5.4.2 node version = 6.11.2

Dashue commented 6 years ago

Run using powershell or cmd as admin npm install --global --production windows-build-tools

This will take a couple of minutes

aj-jaswanth commented 6 years ago

@mossila Has your issue been fixed?