I did the full installation of VS 2015 Enterprise + Tools for Apache Cordova. When I open or create any project It won\'t build and even show the Ripple Emulator or Device i
To fix This problem close VS first then copy folder vs-tac from
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\ApacheCordovaTools\Packages\
To
C:\Users\ASUS S550C\AppData\Roaming\npm\node_modules
Then if you cannot see folder named cordova in new path
1- open CMD or Termianl and Write
cd C:\Users\ASUS S550C\AppData\Roaming\npm\node_modules
npm install -g cordova
2- Then write
cd C:\Users\ASUS S550C\AppData\Roaming\npm\node_modules\cordova
npm install
This will fix the problem
Note: to use npm you need to install Node.js