-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quasar upgrade
not working with Yarn 3
#13197
Comments
Quasar upgrade
not working with Yarn 3
Hi @Maggie0002! 👋 It looks like you provided an invalid or unsupported reproduction URL. Without a proper reproduction, your issue will have to get closed. Thank you for your collaboration. 👏 |
Quasar upgrade
not working with Yarn 3quasar upgrade
not working with Yarn 3
Check this out; related: |
It's not an issue installing Quasar CLI, it is an issue using it. I should have also added, it is still using the node_modules structure, not the new fangled zero install stuff. Is the advice still to downgrade to Yarn 1, because Yarn are suggesting yarn 3 to be stable and recommended, even without the zero install? It would mean that we can't 'still use yarn for installing local dependencies' as mentioned in the post, or at least not via the CLI. |
As the docs state:
|
Yarn > v1 is not supported. |
What happened?
I have updated yarn on my system globally to the latest stable (Yarn 3.2.0). Now when I run
quasar upgrade
I get the following error:It is a monorepo with Vite. When I run it on a normal Quasar Vite only project folder:
What did you expect to happen?
Quasar to check for available updates.
Reproduction URL
N/A
How to reproduce?
yarn --version
<-- get your current Yarn versionOutside of a Quasar project run
yarn set version berry
to set the global yarn on your system to the latestquasar upgrade
in a Quasar project.yarn set version x.x.x
where x.x.x. is the version fetched earlier to ensure there isn't any breaking of other projects.Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app-webpack | @quasar/app-vite)
Platforms/Browsers
No response
Quasar info output
No response
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: