Issues with Ionic V2

After installing Ionic V2 I’m having all sorts of issues.
I cant start new app, can’t serve the app , literally can’t do anything.

Please help.

This is what I’m getting when trying to start new app.

C:\Work\workspaces\ionic-projects>ionic start IFTUC blank
Creating Ionic app in folder C:\Work\workspaces\ionic-projects\IFTUC based on blank project
Downloading: https://github.com/driftyco/ionic-app-base/archive/master.zip
[=============================]  100%  0.0s
Downloading: https://github.com/driftyco/ionic-starter-blank/archive/master.zip
[=============================]  100%  0.0s
Adding native plugins



Unable to add plugins. Perhaps your version of Cordova is too old. Try updating (npm install -g cordova), removing this project folder,
and trying again. (CLI v2.0.0-alpha.9)

Your system information:

Cordova CLI: 5.3.3
Gulp version:  CLI version 3.9.0
Gulp local:
Ionic Version: 1.1.0
Ionic CLI Version: 2.0.0-alpha.9
Ionic App Lib Version: 0.5.0-alpha.9
OS: Windows 8.1
Node Version: v4.2.1

I’ve updated the cordova but still get the same error message.

C:\Work\workspaces\ionic-projects>cordova -v
5.3.3

you shoud use:
ionic start IFTUC --v2

Hi @zapzqc, I’ve tried this before and it didn’t work for me.

I’ve tried it once more and it still doesn’t work. Literally nothing works not a single ionic command.

How can I remove Ionic 2 and get back to Ionic 1???

Output from this attempt.

C:\Work\workspaces\ionic-projects>ionic start IFTUC --v2
Starting an Ionic v2 application
Downloading: https://github.com/driftyco/ionic2-starter-tabs/archive/master.zip
[=============================]  100%  0.0s
Installing Node Modules
Updated the hooks directory to have execute permissions
Adding native plugins


Unable to add plugins. Perhaps your version of Cordova is too old. Try updating (npm install -g cordova), removing this project folder,
and trying again. (CLI v2.0.0-alpha.9)

Your system information:

Cordova CLI: 5.3.3
Gulp version:  CLI version 3.9.0
Gulp local:   Local version 3.9.0
Ionic Version: 2.0.0-alpha.30
Ionic CLI Version: 2.0.0-alpha.9
Ionic App Lib Version: 0.5.0-alpha.9
OS: Windows 8.1
Node Version: v4.2.1

npm uninstall -g ionic
npm install -g ionic

Thanks @zapzqc , I’ve googled it.

But thanks for taking time to respond, appreciate it.

@bgosalci Could you provide the output from ionic info?

I’m on a windows machine as well and all the commands work for me.