Testacular install fails, no vcbuild.exe

前端 未结 2 774
执念已碎
执念已碎 2020-12-30 01:28

I\'m trying to install Testacular (using nmp) on a Windows 8 Professional (64 bit) laptop, but it fails when it tries to install socket.io as part of this process. The error

相关标签:
2条回答
  • 2020-12-30 02:15

    In Visual Studio 2010, the command line tool vcbuild.exe is replaced by msbuild.exe. So, please make sure you have right Visual studio.

    0 讨论(0)
  • 2020-12-30 02:18

    I ran into the same issue. I fixed this by adding this to environmental variable PATH: C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcpackages so that it can find vc build.

    0 讨论(0)
提交回复
热议问题