I just updated my install of VS2015 from RC to RTM.
I was working on a mobile app with cordova tools. After the upgrade, every time I try to build the app, this appears:
1>------ Build started: Project: Appsow, Configuration: Debug Android ------
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I already switched the build verbosity to Diagnostic in option: still no other words than these.
I figured out that the NPM folder
C:\Users\Valerio\AppData\Roaming\npm\node_modules
is empty.
Installed cordova, tried to compile, still the same not-very-diagnostic error.
Looking for some other people with my same destiny, I realized that I also need to add via npm the VS-MDA tool. I found in
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\ApacheCordovaTools
the folder VS-MDA-TARGETS but it's no use.
FWIW I already tried to repair the VS installation, and then again via remove/reinstall.
Please help! I don't want to format and reinstall everything! :(
thanks in advance Valerio