Hi,
It appears that ionic lib update
requires ionic to be in www/lib.
The default .bowerrc file is set to www/lib, so you can update ionic with bower or using ionic lib update
However, changing .bowerrc in order to change the default bower files location, doesn’t seem to affect the ionic lib
command whcih I would expect it to…
It just shows
$ ionic lib
Unable to load ionic lib version information
Local Ionic version: undefined (<project folder>/www/lib/ionic/bower.json)
Latest Ionic version: 1.0.0-rc.3 (released 2015-04-13)
* Local version is out of date
Anyone else that has run into this - is there a way to configure the ionic folder location?
Many thanks!