I am trying to install a package located in the directory that I am with the command npm install
of node.js, but after installing some of the packages I get the error:
npm install error - MSB3428: Could not load the Visual C ++ component "VCBuild.exe"
After a bit of research, trying to reinstall .NET Framework 2.0 Software Development Kit (SDK) (x64)
and run the command npm install --global --production windows-build-tools
, I still can not install and receive the same error.
I know the package is correct and has everything you need, as other colleagues have been able to install it.
I'm running the x64 version node.js on windows 10 x64, any suggestions to solve this problem?