我几乎一整天都在尝试安装milewise 的 nodejs Soap 客户端。我只是以管理员身份从 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.
这真让我抓狂。我已经尝试了几次安装node-gyp 的 Windows 7 依赖项的迭代。不幸的是,在成功安装 VS C++ 2010 express 后,MS Windows SDK + .NET Framework 4 将无法安装。
有没有人在 Windows 7 上成功安装了这个或任何其他用于 Nodejs 的 Soap 客户端?