How to update ionic 2 project to latest ionic version?

Hi,
im may be stupid, but is there any guide on whats required to update an existing ionic2 project to latest beta/rc?

Hi, follow these steps https://github.com/driftyco/ionic/blob/master/CHANGELOG.md#steps-to-upgrade-to-rc0

1 Like

The best option is to start with a new blank RC1 project and copy the existing code. (This is one of the options suggested in the change log).

Hi,

Refer this link:

Thanks