首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法安装需要VCBuild.exe的依赖项

无法安装需要VCBuild.exe的依赖项
EN

Stack Overflow用户
提问于 2015-12-01 01:21:54
回答 1查看 760关注 0票数 0

我试图在Windows 7计算机上使用npm install安装依赖项。我收到以下错误消息:

代码语言:javascript
复制
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 (任何年份的),我也不想为此付钱。

我怎么才能避开这一切?

EN

回答 1

Stack Overflow用户

发布于 2015-12-01 01:59:28

你做过所有提到错误的事情吗?(1和2/(或/和) 3)

要解决这个问题,1)安装.NET Framework2.0SDK,2)安装2005,或者3)将组件的位置添加到系统路径(如果组件安装在其他地方)。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/34011030

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档