DEV Community

Discussion on: Setting up Vue in Laravel 8

Collapse
 
naqibullahmalikzada profile image
Naqibullah • Edited

i have followed the exact steps event with fresh install of Laravel 8 but still shows error when run npm run dev command
dev-to-uploads.s3.amazonaws.com/i/...

Collapse
 
alehof profile image
alehof

Had the same issue, solved it by adding in the webpack.mix.js
a single additional
.vue();

Collapse
 
naqibullahmalikzada profile image
Naqibullah

I have added .vue(); but still nothing

Thread Thread
 
alehof profile image
alehof

can you run: npm run dev?

Thread Thread
 
naqibullahmalikzada profile image
Naqibullah

when i run npm it show that error i have attached the image as will