【发布时间】: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