Zain Amin
Zain Amin

Reputation: 15

Getting error when scaffolding with laravel ui + vue js in laravel 9

npm install && npm run dev

composer required laravel/ui php artisan ui vue --auth npm install && npm run dev

What I left?

Upvotes: 0

Views: 271

Answers (1)

Kevin Sada
Kevin Sada

Reputation: 69

Try to run:

npm install webpack --save

Check this link too, might help: https://github.com/laravel-mix/laravel-mix/issues/623

Upvotes: 0

Related Questions