Issue
I'm trying to run the ionic project on browser but the default port 8000 is already in use.
I need to change the port
I'm using this command:
ionic run browser --port 8002
but its not working.
The documentation says the port
options are --port|-p
Thanks
Solution
Try ionic platform add browser
before,
or
ionic serve -p 8002 --dev-logger-port 8103
instead...
Answered By - Juliano Petronetto
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.