在我的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
仍然是一樣的錯誤?或者你得到了什麼? –