Upgrade version of Ionic

Asked

Viewed 770 times

0

I have projects in Ionic 1.x, and I will start a new project, however, I would like to upgrade Ionic to its latest version (stable).

My question is about compatibility, that is, I need to know if I will have problems creating "builds" with the previous version, because the project I did earlier will still need maintenance and related.

As far as I know, updating Ionic will update Cordova, CLI and the like and I’m afraid of that change.

Someone could help me?

1 answer

1


It can upgrade without fear. I have several projects with Ionic 1 and I started some time using Ionic 2.

What set your project settings are the file information package.json of your project. There is the version of Ionic, Cordova and plugins that you are using.

After updating Ionic you can still create projects with Ionic 1, just run the script

Ionic start project_name Blank --type ionic1

Good luck

  • Wonderful, André. Thank you for the explanation.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.