So, when you are running...
ionic start cutePuppyPics1 --v2
...the --v2 part is an optional parameter. If you don't include it, the CLI will assume you mean V1. So,
ionic start cutePuppyPics1
... should give you a version 1 app.
So, when you are running...
ionic start cutePuppyPics1 --v2
...the --v2 part is an optional parameter. If you don't include it, the CLI will assume you mean V1. So,
ionic start cutePuppyPics1
... should give you a version 1 app.