17
Windows 7 x64 / VS2012でコンパイルが必要なノードモジュールをインストールできない
コンパイルが必要なモジュールをインストールできません。これらはすべて次のエラーで失敗します。 MSBUILD : error MSB3411: Could not load the Visual C++ component "VCBuild.exe". ... 私の環境: Windows 7 Enterprise x64、バージョン6.1.7601 ノードx86 0.8.16 npm 1.2.0 node-gyp 0.8.2 Visual Studio 2012と多数のパッケージ 関連する環境変数: Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShel l\v1.0;C:\Program Files\TortoiseGit\bin;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files (x86)\Windows Kits\8.0\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;c:\tools;c:\tools\node INCLUDE、LIB、LIBPATHなどはありません。 私は問題を簡単に調査し、次の設定で手動でのコンパイル(VCBuild.exeとmsbuild.exeを直接呼び出す)が手動で複製されたgit://github.com/einaros/ws.gitに対して成功することを理解しました: …