Monday, February 5, 2018

MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe"

Error:

MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe"

Solution

This error will be thrown on the windows machine for the node module build, to resolve this issue, run/install the windows build tools. Run from the administrative CMD or PowerShell!

npm install --global --production windows-build-tools

0 comments:

Post a Comment