LoginSignup
3
3

More than 5 years have passed since last update.

Vue packages version mismatchがでた場合

Last updated at Posted at 2018-04-13

もしエラーメッセージがこんな感じだったら

- vue@2.5.13
- vue-template-compiler@2.5.2

This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader@>=10.0, simply update vue-template-compiler.
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

vue-template-compiler のバージョン不一致が原因。

  • もし vue-loaderver10.0 以上を利用していたら、vue-template-compiler 自体をアップデート。
  • もし vue-loaderver10.0 未満や vueify を使っている場合は、それらを再インストールする。

こんなとき英語がネイティブだったら…

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3