[solved] quasar upgrade not working #9039
Answered
by
metalsadman
jitendra1607
asked this question in
CLI - PWA mode
-
$ Quasar CLI · Gathering information with npm... Congrats! All Quasar packages are up to date. Above command is not showing latest version i.e. 1.15.10 my package.json has "quasar": "^1.14.3" |
Beta Was this translation helpful? Give feedback.
Answered by
metalsadman
Apr 26, 2021
Replies: 1 comment 1 reply
-
You can see your local quasar version running |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rstoenescu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can see your local quasar version running
quasar info
within your project folder, and notice the caret^
in your package.json it means version 1.14 and above.