generator-ionic icon indicating copy to clipboard operation
generator-ionic copied to clipboard

grunt run:android --livereload messes up with multiple networks

Open TimeTravelersHackedMe opened this issue 9 years ago • 1 comments

I'm having a problem using:

grunt run:android --livereload

when I have multiple interfaces set up (i.e. connected to VirtualBox and WiFi). Normally, a list pops up and the taskrunner asks you to select which interface you want to use by using the up and down keys. When grunt run:android --livereload is run, you don't have an opportunity to select the right interface because the grunt script keeps on going.

Anyway to address this?

TimeTravelersHackedMe avatar Jan 04 '16 03:01 TimeTravelersHackedMe

I think this is actually an issue with ionic-cli. Regardless, I've been able to fix it by binding to all interfaces with the --all or -a flags.

wesley-harding avatar Jan 25 '16 04:01 wesley-harding