Vue: Vue packages version mismatch - [email protected] / [email protected]

Created on 9 Mar 2017  ·  7Comments  ·  Source: vuejs/vue

Most helpful comment

Try yarn add vue@^2.2.2 vue-template-compiler@^2.2.2

All 7 comments

image

checkout the version check in vue-template-compiler, I don't think string compare is a proper idea.

Try yarn add vue@^2.2.2 vue-template-compiler@^2.2.2

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.

Was this page helpful?
0 / 5 - 0 ratings