Can\'t find any info on Ionic 2 website. For example, a project is created with Ionic library 2.0.1. How do I update it to Ionic library 2.1.0? What is the standard procedur
You can also go to your project directory and type:
npm install ionic-angular@latest --save
npm install @ionic/app-scripts@latest --save-dev
In my case, npm install -g ionic@latest
installed globally the latest ionic but it didn't update the ionic version of my project. Only the above solution worked.
node_modules
, in case of errors