How to resolve MSBUILD : Node.js error MSB3428

Asked

Viewed 332 times

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"

inserir a descrição da imagem aqui


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?

  • I have the Visual Studio 2017 installed and already tried to restart after the install command you mentioned

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.