Due to a system meltdown I had to reinstall windows and visual studio. Now when I try to open a project from source control (Multi-Device Hyrbid App) it fails with the following message:
C:\Users\Anthony\Source\Workspaces\...\theapp.jsproj : error : The imported project "C:\Users\Anthony\AppData\Roaming\npm\node_modules\vs-mda-targets\Microsoft.MDA.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. C:\Users\Anthony\Source\Workspaces\...\theapp.jsproj
Everything is installed in VS 2015 Preview and other projects (.net, c#).
Can anyone please advise me how I get the referenced node module in place correctly?
Thanks!