0
votes

I would like some assistance with IONIC. My update is not working. I have tried the following command:

ionic lib update

The result of this command is as follows: http://i.imgur.com/jtT6af3.png

I believe the problem lies in the fact I am not in the www directory. I would like to know how to locate the www directory.

Any assistance is appreciated. Thanks

1

1 Answers

1
votes

You do not need to be in www folder, if you want to update ionic libraries of your project then go to your ionic project folder and run
ionic lib update
But if you want to update your ionic package then run this command anywhere
sudo npm update -g ionic
In case of windows os npm update -g ionic