Issue
I used to run ionic serve
and DevApp would find it on my network. Don't know what I did, but this is not working anymore, when I launch ionic serve
I have this message:
[INFO] Development server running!
Local: http://localhost:8100
External: http://192.168.1.67:8100
Use Ctrl+C to quit this process
When I used to have:
Development server running!
Local: http://localhost:8100
External:
DevApp: demoxv@8100 on PC2
Can someone explain why?
Thanks
Solution
Ok I got what I changed, I used to run server with my IDE that did the correct command which is:
ionic serve --devapp
That's the command stated in Android DevApp. But in the official Ionic documentation:
The command is said to be ionic serve
without --devapp
.
Answered By - Pierre-Yves Rouillé
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.