0
I’m trying to install a package located in the directory I’m with the command npm install
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 researching a little, try to reinstall the .NET Framework 2.0 Software Development Kit (SDK) (x64)
and rotate the command npm install --global --production windows-build-tools
, I still cannot install and receiving the same error.
I know that the package is correct and has everything you need, because other colleagues managed to install it.
I’m running Node.js x64 version on windows 10 x64, any suggestions to resolve this issue?
Have Visual Studio 2005 installed? Restarted the win after reinstalling . NET Framework and soon after tried npm install --global --Production windows-build-tools?
– Tom Melo
I have the Visual Studio 2017 installed and already tried to restart after the install command you mentioned
– Paz