Ionic serve points to 0.0.0.0:8100

Hi,
Lately, anytime i want to do ionic serve, it redirects me to 0.0.0.0 address

✔ Running command - done!
 [INFO] Starting server: --port=8100 --p=8100 --livereload-port=35729 --r=35729 --address=0.0.0.0 - Ctrl+C to cancel
 [INFO] dev server running: http://0.0.0.0:8100

ionic info

global packages:

@ionic/cli-utils : 1.3.0
Ionic CLI        : 3.3.0

local packages:

@ionic/cli-plugin-ionic1 : 1.3.0
Ionic Framework          : ionic1 1.3.2

System:

Node       : v6.10.3
OS         : Windows 10
Xcode      : not installed
ios-deploy : not installed
ios-sim    : not installed

You can probably still open it at localhost:8100 - but you should report this here (or give +1 if an issue already exists): https://github.com/ionic-team/ionic-cli/issues

Solved it.

$ionic serve --address localhost

Doesn’t work with latest ionic 3.3