ionic 3 cordova issue

188 Views Asked by At

After generating a new project using:

ionic start my-app blank --type=ionic-angular

I tried to run my app on a mobile device using:

ionic serve -c 

I received this error, and the app is no longer responding to their Ionic DevApp

enter image description here

1

There are 1 best solutions below

1
On

Is Cordova installed on your system?

npm install -g cordova