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
The parameter seems to behave as desired, i.e. probably just a documentation shortcoming?
$ ionic serve serve --port 7812 --livereload-port 7813 --dev-logger-port 7814
npm info it worked if it ends with ok
npm info using [email protected]
npm info using [email protected]
npm info lifecycle ionic-hello-world@~preionic:serve: ionic-hello-world@
npm info lifecycle ionic-hello-world@~ionic:serve: ionic-hello-world@
> ionic-hello-world@ ionic:serve /opt/ionic-iris-playback-example/example
> ionic-app-scripts serve "--dev-logger-port" "7814" "--v2" "--port" "7812" "--livereload-port" "7813" "--address" "0.0.0.0"
...
The text was updated successfully, but these errors were encountered:
It should be documented now. I also just made an app-scripts release which works well with the latest Ionic CLI to choose a different dev-logger port. Thanks!
ionic --help
does not document--dev-logger-port
, a parameter implemented by ionic-app-scripts which is useful to know about when running multiple ionic projects at once ( #1678 ) or when otherwise desired to manage ports explictly ( ionic-team/ionic-app-scripts#599 (comment) ).The parameter seems to behave as desired, i.e. probably just a documentation shortcoming?
The text was updated successfully, but these errors were encountered: