npm run dev Error: Vue packages version mismatch: - vue@3.4.38 (/Users/skoni/Desktop/Laravel_kirThread/local/laravel_kirthread/backend/node_modules/vue/index.js) - vue-template-compiler@2.7.16 (/Users/skoni/Desktop/Laravel_kirThread/local/laravel_kirthread/backend/node_modules/vue-template-compiler/package.json) 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. npm uninstall vue-template-compiler npm install @vue/compiler-sfc # ver確認 root@ac0f5ea8e514:/var/www/laravel_kirthread# npm -v 10.8.2 root@ac0f5ea8e514:/var/www/laravel_kirthread# node -v v20.17.0