I have tried to do some research but without luck, i have my CLI version up to date but the projects are still on the 4.4.0 release and i want to update them to the last one. How do i do it?
Thank you
4.4.0 is the latest release. 5.0 is the number of the Ionic CLI only.
by the changelog of github, the latest is 4.4.2
For an already existing project, manually change the version in the package.json
file and run
$ npm install
In the project root
1 Like
That solved it, thank you. What if i update in the terminal the @ionic/core and the different libraries. Ex. npm update @ionic/core
. Is it update like globally or somethiing?