Update 1.3.1 el salvador

Hi,

This is my ionic info and I would like to update ionic framework to 1.3.1 el salvador. How can I do it step by step please?

Cordova CLI: 6.2.0
Ionic Framework Version: 1.0.0
Ionic CLI Version: 1.7.15
Ionic App Lib Version: 0.7.2
ios-deploy version: 1.8.2
ios-sim version: 3.1.1
OS: Mac OS X El Capitan
Node Version: v0.12.3
Xcode version: Xcode 7.3 Build version 7D175

Thank you

Just run ionic lib update to update the ionic lib to the newest version.

Then you can run ionic lib version to check whether it has installed correctly.

Thank you for answering.
I followed your advise and that’s what I get:
bower invalid-meta The “name” is recommended to be lowercase, can contain digits, dots, dashes
bower ionic#1.0.0 cached git://github.com/driftyco/ionic-bower.git#1.0.0
bower ionic#1.0.0 validate 1.0.0 against git://github.com/driftyco/ionic-bower.git#1.0.0

And when I run ionic lib version I get:

Local Ionic version: 1.0.0 (/path_to/www/lib/ionic/bower.json)
Latest Ionic version: 1.3.1 (released 2016-05-12)

What am I doing wrong?
I only downloaded ionic-v1.3.1, Do I have to copy those files somewhere?

Thanks again.

Did you run it from the root of your ionic project?
Usually you don’t have to download anything it will do it for you.
Maybe you can find a solution over here:

Ok, I got it :slight_smile:
What I had to do is:

  • Remove the bower.json file found in www/lib/ionic
  • Run ionic lib update

Thank you for your support @vikSwapd

1 Like