You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since ionic-cli 2.1.18 i can't run 2 ionic serve at the same time
What behavior are you expecting?
run 2 ionic serve at the same time
i think ionic-cli just not test anymore if the port is already use.
But something more strange is the difference between "--livereload-port" "35730"" and "listen EADDRINUSE 0.0.0.0:53703" i don't know if it's normal
Getting the same error when I'm running ionic serve followed by ionic run android --device. I tried using different ports via -r <port> and -p <port> but it fails with the same error message above.
Short description of the problem:
Since ionic-cli 2.1.18 i can't run 2 ionic serve at the same time
What behavior are you expecting?
run 2 ionic serve at the same time
i think ionic-cli just not test anymore if the port is already use.
But something more strange is the difference between "--livereload-port" "35730"" and "listen EADDRINUSE 0.0.0.0:53703" i don't know if it's normal
hope it can help you to improve ionic-cli
The text was updated successfully, but these errors were encountered: