私のPHPのlaravelプロジェクトの端末でnpm run watch
を実行した後、私はこのエラーを得た:Vue.js 2.3.2バージョンの不一致
Module build failed: Error:
Vue packages version mismatch:
- [email protected]
- [email protected]
This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using [email protected]>=10.0, simply update vue-template-compiler.
If you are using [email protected]<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.
私は、このコマンドnpm update vue-template-compiler
を実行しようとしたが、エラーが残りました。
他の誰かがこの問題に会いましたか?
'npm install vue-template-compiler'を試してください。 –
答えがThxですが、残念ながら助けにはなりませんでした。 – LakiGeri
はまだ同じエラーですか?あなたは何を得ますか? –