When I upgraded my Ionic project to RC2, the ionic serve command stopped working. ionic run android runs well and installs application on my connected Android device, but ionic serve is stuck after build dev finished - no error is displayed:
[09:18:15] lint finished in 4.90 s
[09:18:15] transpile finished in 5.94 s
[09:18:15] webpack started ...
[09:18:16] copy finished in 6.39 s
[09:18:26] webpack finished in 10.76 s
[09:18:26] sass started ...
[09:18:30] sass finished in 3.68 s
[09:18:30] build dev finished in 20.40 s
It find it unusual that ionic build android command works, but ionic serve does not. Usually it was the other way around - due to inconsistencies in my source code.
Sorry to hear that. my last idea, is maybe the server port already in use or another process still running or hanging? Try to have a look and if necessary kill these tasks before trying again…maybe not sure about it
I managed to get it working, problem was missing manifest.json in the src folder. I’ve seen Ionic team warning about this, but I checked one other application and the file was there, so I didn’t check the rest