有人在Windows 7上成功安装了Nodejs Soap吗?

时间:2013-01-15 23:17:38

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

我一整天都在尝试安装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客户端是否成功?

1 个答案:

答案 0 :(得分:0)

正在安装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编译器更新
相关问题