We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running yarn install, you get following warning:
yarn install
warning "easygettext > @vue/compiler-sfc@3.0.3" has incorrect peer dependency "vue@3.0.3".
But when updating vue from 2.6.14 to 3.0.3, you get version mismatch errors with:
vue-loader and vue-template-compiler
vue-loader
vue-template-compiler
Someone (tm) with the right knowledge needs to take a closer look to fix this
Maybe this link helps fixing it: https://stackoverflow.com/questions/64868632/vuejs-3-problem-with-vue-template-compiler
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running
yarn install
, you get following warning:warning "easygettext > @vue/compiler-sfc@3.0.3" has incorrect peer dependency "vue@3.0.3".
But when updating vue from 2.6.14 to 3.0.3, you get version mismatch errors with:
vue-loader
andvue-template-compiler
Someone (tm) with the right knowledge needs to take a closer look to fix this
Maybe this link helps fixing it:
https://stackoverflow.com/questions/64868632/vuejs-3-problem-with-vue-template-compiler
The text was updated successfully, but these errors were encountered: