1

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

Suraj Rao
  • 29,388
  • 11
  • 94
  • 103
bgrujoski
  • 121
  • 1
  • 1
  • 7
  • Where is the error? These are warnings. – haMzox Mar 30 '18 at 13:30
  • After running ionic serve -c the Ionic DevApp on iOS is not able to find my running app, even the laptop and the mobile device are connected to the same network. This happens after I updated ionic to it's latest version – bgrujoski Mar 30 '18 at 20:54

1 Answers1

0

Is Cordova installed on your system?

npm install -g cordova
plotnik
  • 372
  • 2
  • 5