When I do ionic info
, I see
Cordova Platforms : android 7.0.0 browser 5.0.1
Ionic Framework : ionic-angular 3.8.0
I want to upgrade it to
Cordova Platforms : android 7.0.0 browser 5.0.3
Ionic Framework : ionic-angular 3.9.2
I have used the command npm install -g ionic@latest
but ionic framework has not updated. I have also remove -g
still its not updated. What do I do ?
I need same configuration as my other project.