Skip to content Skip to sidebar Skip to footer

Visual Studio Tools For Apache Cordova Error

I recently installed Visual Studio Tools for Apache Cordova CTP 3.1 in Visual Studio 2013 running on Windows 8.1. I receive the following error when I try to run a standard new Cor

Solution 1:

  1. the typescript is not an error, it happens when you create a JavaScript cordova project, if you create typescript cordova, this warning will disappear!

  2. usually our first try to this kind of build error is to clear the cordova cache via visual studio tools - options - tools for apache cordova, then rebuild the project.

make sure you have internet connection when you do step 2.

Post a Comment for "Visual Studio Tools For Apache Cordova Error"