-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Vue packages version mismatch - [email protected] / [email protected] #5141
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
Comments
checkout the version check in vue-template-compiler, I don't think string compare is a proper idea. |
Try |
Change "vue-template-compiler": "^2.2.1" to "vue-template-compiler": "^2.2.0" |
Just reinstall it again. |
open the PR for vue-loader, when version check fails, the loader should fail and webpack return error. |
Somehow the release script didn't successfully publish Vue core 2.2.2 - should be fixed now, just reinstall. |
No description provided.
The text was updated successfully, but these errors were encountered: