Ionic serve flags don't work RC2 / RC3

hi,

i try to use ionic serve -l -p 8104 but the browser open the normal view on port 8100,
when i try to use the long version ionic serve --lab --port 8104, i get the same result

anybody with the same problem?

Works fine for me. What version of the Ionic CLI are you using? Type ionic info.

Cordova CLI: 6.4.0
Ionic Framework Version: 2.0.0-rc.3
Ionic CLI Version: 2.1.7
Ionic App Lib Version: 2.1.4
Ionic App Scripts Version: 0.0.46
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 7
Node Version: v6.9.1
Xcode version: Not installed

The latest is now 2.1.12; try upgrading with npm install -g ionic

1 Like

yeah it works now :slight_smile:
thanks