私はほぼ一日中、milewise の 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.
これは私を夢中にさせています。node-gyp の Windows 7 依存関係のインストールを何度か繰り返してみました。残念ながら、VS C++ 2010 Express を正常にインストールしても、MS Windows SDK + .NET Framework 4 はインストールされません。
Windows 7にNodejs用のこれまたは他のSoapクライアントをインストールすることに成功した人はいますか?