我试图在Windows 7计算机上使用npm install安装依赖项。我收到以下错误消息:
MSBUILD : error MSB3428: 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. 我安装了.NET Framework2.0SDK,但错误仍在继续,VCBuild.exe实际上没有出现在.NET的目录结构中。
我在这台机器上没有Visual (任何年份的),我也不想为此付钱。
我怎么才能避开这一切?
发布于 2015-12-01 01:59:28
你做过所有提到错误的事情吗?(1和2/(或/和) 3)
要解决这个问题,1)安装.NET Framework2.0SDK,2)安装2005,或者3)将组件的位置添加到系统路径(如果组件安装在其他地方)。
https://stackoverflow.com/questions/34011030
复制相似问题