Is There A Way To Update Ionic Project To Latest Build Via CLI?
Projects made with the CLI can update with bower.
Since Ionic CLI version 1.1.6, you can also update Ionic library files using ionic lib update
:
Use npm install -g ionic
to update to the latest version of the CLI, and let us know how it goes!
Adam
Since Ionic CLI v1.1.8 the ionic lib update
command will use bower to update the lib files if the project is using bower. If bower is not installed for your project then the lib files will be updated using the standard CDN files.
Run npm update -g ionic
to update to the latest Ionic CLI version.