npm安装浏览器同步错误

时间:2015-08-17 01:45:08

标签: node.js visual-studio-2013 npm browser-sync

首先,错误:

  Error: Can't find "msbuild.exe".

环境:

  node -v v0.12.7
  node-gyp -v v2.0.1   
  npm -v 2.11.3   

我过去通过指定--msvs_version = 2013来解决这个问题......它现在无法正常工作。

我最近尝试过这些其他解决方案无济于事。

  node-gyp configure --msvs_version=2013
  node-gyp build 

  #and this
  npm config set msvs_version 2013 --global

0 个答案:

没有答案