Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

vs-mda-targets\Microsoft.MDA.targets was not found

Trying to simply create a new Cordova "Blank App" using Visual Studio 2013 Update 3.

I see the template, but when trying to open the blank app, I get:

The imported project "C:\Users\jeades.GC\AppData\Roaming\npm\node_modules\vs-mda-targets\Microsoft.MDA.targets" was not found. Confirm the path in the Import declaration is correct, and that the file exists on disk

enter image description here

Tried installing/reinstalling the Multi Device Hybrid apps tool and I get the same problem. The "vs-mda-targets" folder does not exist inside of node modules which is what it's complaining about but I'm not sure why. Any ideas? I assumed that would have been created with the install?

like image 927
Jason Eades Avatar asked Aug 22 '14 13:08

Jason Eades


1 Answers

This is an issue that happens intermittently. Manually copying the targets files as described in the post below will fix the problem.

multi-device-hybrid apps template is not loading after installing CTP2

like image 58
Ellen Avatar answered Nov 16 '22 05:11

Ellen