-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Dropped support for Vue2 in 4.0.0 ? #1156
Comments
Hi! Thanks for the report - indeed, that was unintentional. @Kocal I think we accidentally required v3 only of vue as a peer dependency (I think it's because v3 was listed as a I think it should be as "simple" as correcting the |
Hi, I'm gonna work in it, thanks @weaverryan for the solution :) |
Opened a PR at #1157 |
Yes, I think that since v16 it's for Vue3 only. I use "vue-loader": "^15.10.0", |
…15.0.11, close #1156 (Kocal) This PR was merged into the main branch. Discussion ---------- fix(peer-dependencies): re-allow Vue ^2.6 with Vue-loader ^15.0.11, close #1156 Should close #1156, friendly ping `@weaverryan` Commits ------- 36458e4 fix(peer-dependencies): re-allow Vue ^2.6 with Vue-loader ^15.0.11, close #1156
I tried the 4.1.0, NPM throwed me this 😨 :
info using npm@8.19.1 |
@Pyreweb opening an issue would be much better than commenting on a closed ticket |
Hi,
I'm still using VueJS 2 and if I upgrade to Encore 4.0.0 I get a dependancy conflict on npm install :
It was not mentionned in the changelog, can you confirm that was intentional ?
The text was updated successfully, but these errors were encountered: