Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Windows Server 2012 R2, Visual Studio 14 CTP, Cordova 4
Description
Repro steps:
1. Install Cordova from npm
2. Create project
3. Add windows platform
4. Build project
C:\Users\daserge\hello\platforms\windows\CordovaApp.Windows80.jsproj(66,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0 Microsoft.VisualStudio..Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
ERROR: Error code 1 for command: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\msbuild with args: C:\Users\daserge\hello\platforms\windows\CordovaApp.vs2012.sln,/clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal,/nologo,/p:Configuration=debug,/p:Platform=anycpu
Error: C:\Users\daserge\hello\platforms\windows\cordova\run.bat: Command failed
with exit code 2
at ChildProcess.whenDone (C:\Users\daserge\AppData\Roaming\npm\node_modules\cordova\node_modules\cordova-lib\src\cordova\superspawn.js:135:23)
at ChildProcess.emit (events.js:98:17)
at maybeClose (child_process.js:756:16)
at Process.ChildProcess._handle.onexit (child_process.js:823:5)