-
-
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 -i
fails with ERESOLVE unable to resolve dependency tree
#13786
Comments
|
No, it doesn't
And no, it doesn't successfully install the |
/open |
The error is happening because NPM broke I can successfully install the dependencies in the reproduction project you provided.
So, to wrap up, delete "vue": "^3.0.0",
"vue-router": "^4.0.0" This will also automatically "upgrade" your dependencies according to semver. So, you will not need to run To avoid such issues in the future, I would advise using Yarn instead. |
That works. Thank! |
What happened?
Tyring to run
quasar upgrade -i
fails with the following error:What did you expect to happen?
No error
Reproduction URL
https://github.com/khteh/quasar
How to reproduce?
quasar upgrade -i
Flavour
Quasar CLI with Webpack (@quasar/cli | @quasar/app-webpack)
Areas
Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app-webpack | @quasar/app-vite)
Platforms/Browsers
Chrome
Quasar info output
The text was updated successfully, but these errors were encountered: