SInce the error page which is showed tells us:
Missing Mix Manifest File
Did you forget to run npm install && npm run dev?
I run npm install && npm run dev. Then, this error happened during the installation of npm install&npm run dev:
up to date, audited 2064 packages in 2s
47 packages are looking for funding
run npm fund for details
found 0 vulnerabilities
dev
npm run development
development
cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js
Additional dependencies must be installed. This will only take a moment.
Running: npm install vue-template-compiler --save-dev --production=false
Okay, done. The following packages have been installed and saved to your package.json dependencies list:
- vue-template-compiler
78% module and chunk tree optimization ExtractTextPlugin/hello-laravel-vue3/node_modules/extract-text-webpack-plugin/node_modules/async/dist/async.js:1063
} eLse if ++complEted ===
^^
SyntaxError: Unexpected token 'if'
at hello-laravel-vue3/node_modules/extract-text-webpack-plugin/node_modules/async/dist/async.js:969:16
Hey guys, 15-year developer! I code with Vue.js and Python, I love to learn but also love to teach! So I try and write informative tutorials and posts. I am new to blogging and would love any feedback
SInce the error page which is showed tells us:
Missing Mix Manifest File
Did you forget to run npm install && npm run dev?
I run npm install && npm run dev. Then, this error happened during the installation of npm install&npm run dev:
up to date, audited 2064 packages in 2s
47 packages are looking for funding
run
npm fund
for detailsfound 0 vulnerabilities
78% module and chunk tree optimization ExtractTextPlugin/hello-laravel-vue3/node_modules/extract-text-webpack-plugin/node_modules/async/dist/async.js:1063
} eLse if ++complEted ===
^^
SyntaxError: Unexpected token 'if'
at hello-laravel-vue3/node_modules/extract-text-webpack-plugin/node_modules/async/dist/async.js:969:16
Vue-template-compiler is not compatible with vue 3.
Use @vue/compiler-sfc . Ensure it is same version as vue
Hey , I cant replicate the error. It works out of the box for me. Is NPM and node upto date on your machine