Upgrade from 1.1.4 to 1.2.4 gets stuck
-
I have been using Quasar for a couple of weeks. When I run this…
quasar upgrade -i
… it gets stuck at the last line in the picture below
Please suggest how I should proceed. Thanks.
-
Hi,
Delete any lock files, delete your
node_modules
folder then donpm install
, if you still run into trouble, start from the beginning and try using Yarn instead of npm, which we highly recommend for local package management.Scott
-
Thanks for your help. Deleting node_modules was the key.
Also I used
quasar upgrade -i
That tried to update to 1.2.4 (but it again got stuck during the update)
But then I used:
quasar upgrade --install
It updated to 1.2.2.
quasar upgrade
tells me that this is the latest!
So its fine for now.
Thanks. -
1.2.4 is the latest Quasar. 1.2.2 is @quasar/app, which is the (local) CLI.
Scott
-
quasar -v
gives 1.2.2
Because it is not 1.2.4, should I try and run this now?quasar upgrade -i
-
Run
quasar info
and put the output here.Scott
-
Here it is:
-
Do you see your Quasar project is on 1.2.4?
When you run
quasar -v
, it is telling you the version of the CLI, not the version of Quasar you have in your project.Scott
-
OIC. So all is good, thanks!