I can't seem to install vue into my laravel
Here are the steps I did:
Run composer require laravel/ui
Install Vue php artisan ui vue
Use auth php artisan ui vue --auth
Install Vue
Run npm install && npm run dev
Error I encountered
Any ideas?
P粉1954022922024-03-31 00:06:10
If already installed, please try to update vue
npm update vue-loader
To install you can use this
npm i vue-loader