I am downloaded ionic 2 and I am creating apps with it good. I do that by the following command
ionic start cutePuppyPics1 --v2
However, I nonetheless want to create 1. X apps. How can I do this without removing ionic globally and making global modifications?
Something like
ionic start cutePuppyPics1 --v1
installs ionic 1. x.
I do not want to go through removing the entire ionic module globally then start all over again.
0 Replies