
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.
Most helpful comment
Try
yarn add vue@^2.2.2 vue-template-compiler@^2.2.2