ionic-team / ionic-v1

The repo for Ionic 1.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
193 stars 187 forks source link

Can't install -v1 w/ ionic cli? #249

Open alxvallejo opened 7 years ago

alxvallejo commented 7 years ago

ionic start myApp -v1

This immediately results in: Creating an Ionic 2.x app in

but the documentation says:

$ ionic start cutePuppyPics
Add –v1 if you’d like to use Ionic 1
revie commented 7 years ago

Using a double-dash does work for me: ionic start --v1 cutePuppyPics

You can see the "--v1" option when looking at the command-line help ("ionic start -h"). So looks like just the online documentation needs to be fixed?