Can't create tabs demo project

when i follow the get-start page to create the new tabs app on my pc it always says “Unable to add plugins. Perhaps your version of Cordova is too old.”

i’v checked every settings of environment variable and tried many solutions on forum but it didn’t work.

can anyone help me?

try this way :smile:

  1. npm uninstall -g cordova

  2. npm uninstall -g ionic

  3. npm install -g cordova

  4. npm install -g ionic

1 Like

thanks a lot!

after reinstalling the cordova it works well.