【发布时间】:2019-10-08 20:39:53
【问题描述】:
我尝试删除并安装 .net framework 3.5(包括 2.0)的相关文件。 Suggested in this stackoverflow
尝试按照错误中建议的第二件事中的建议安装 Visual Studio 2005。
我在 node_modules 下找不到hiredis 文件夹。
按照stackoverflow 中的建议,我尝试清理缓存并删除 node_modules 并重新安装。
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.
[D:\path\src\node_modules\hiredis\build\binding.sln]
在图片中找到完整的错误。
【问题讨论】:
标签: npm-install hiredis