Reputation: 2999
I'm a long time Ionic user and set out to start my first Ionic 2 app. The docs say that this will work:
$ npm install -g ionic@beta
$ ionic -v => 1.7.10
$ ionic start newApp --v2
But when I run it my newApp
is v1? I am running Node 4.1.
Upvotes: 0
Views: 54