【问题标题】:Has anyone successfully installed Nodejs Soap on Windows 7?有没有人在 Windows 7 上成功安装了 Nodejs Soap?
【发布时间】:2013-01-15 23:17:38
【问题描述】:

我几乎一整天都在尝试安装milewise's nodejs Soap client。我只是以管理员身份从 cmd 运行以下命令:

cd: c:\Program Files\nodejs
npm install soap

它一直在 node-gyp 重建文件中被扼杀。我收到了几个不同的错误,但目前我收到以下错误:

error MSB4019: The imported project "C:\Microsoft.Cpp.Defaul.props" was not found.  
Confirm that the path in the <Import> declaration is correct and that the file exists on disk.

这快把我逼疯了。我尝试了几次安装Windows 7 dependencies for node-gyp 的迭代。不幸的是,在成功安装 VS C++ 2010 express 后,MS Windows SDK + .NET Framework 4 将无法安装。

有没有人在 Windows 7 上成功安装了这个或任何其他适用于 Nodejs 的 Soap 客户端?

【问题讨论】:

    标签: visual-studio-2010 node.js soap winapi


    【解决方案1】:

    安装Microsoft Visual C++ 2010 Service Pack 1 Compiler Update for the Windows SDK 7.1(由https://github.com/TooTallNate/node-gyp 建议)为我修复了MSB4019 错误。

    该更新的自述文件指出推荐的顺序是

    1. Visual Studio 2010
    2. Windows SDK 7.1
    3. Visual Studio 2010 SP1
    4. 适用于 Windows SDK 7.1 的 Visual C++ 2010 SP1 编译器更新

    【讨论】:

      猜你喜欢
      • 2010-12-09
      • 1970-01-01
      • 2011-01-21
      • 1970-01-01
      • 2020-08-22
      • 2017-12-16
      • 2023-03-19
      • 1970-01-01
      • 2010-10-31
      相关资源
      最近更新 更多