search

Home  >  Q&A  >  body text

Laravel Framework 8.83.7 Vue ui is not installing correctly on my new project

I can't seem to install vue into my laravel

Here are the steps I did:

  1. Run composer require laravel/ui

  2. Install Vue php artisan ui vue

  3. Use auth php artisan ui vue --auth Install Vue

  4. Run npm install && npm run dev

Error I encountered

Any ideas?

P粉023326773P粉023326773235 days ago434

reply all(1)I'll reply

  • P粉195402292

    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

    reply
    0
  • Cancelreply