Showing posts with label Cordova. Show all posts
Showing posts with label Cordova. Show all posts

when compile Cordova project got Error Clear Cordova







When compile Cordova project got this error :

Please Go to Tools --> Options --> Tools for Apache Cordova --> Cordova Tools --> Clear Cordova.



Solution :

open command line as Administrator

then  write
npm install -g "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\ApacheCordovaTools\packages\vs-tac".


If you get :

{"node":">=0.6","npm":"1"} (current: {"node":"5.1.0","npm":"3.1.12"

Then write Npm install –g npm

Featured Post

Convert Json to Classes

Followers