I can't seem to be able to install vue to my laravel
This is the steps I do:
run
composer require laravel/ui
Install Vue
php artisan ui vue
Install Vue with auth
php artisan ui vue --auth
run
npm install && npm run dev
The error I encounter
Any idea?
CodePudding user response:
Try updating vue if already installed
npm update vue-loader
To install you can use this
npm i vue-loader