laravel-vuetify icon indicating copy to clipboard operation
laravel-vuetify copied to clipboard

No matching rule for vue-loader found.

Open jinseokoh opened this issue 5 years ago • 3 comments

A fresh installation from this repo didn't work on my Mac.

Error: [VuetifyLoaderPlugin Error] No matching rule for vue-loader found.
Make sure there is at least one root-level rule that uses vue-loader.

steps to reproduce

  1. unzip from the zip archive file.
  2. run npm install
  3. run npm run dev

Any ideas?

jinseokoh avatar Nov 26 '19 05:11 jinseokoh

https://github.com/vuetifyjs/vuetify-loader/issues/87

nekosaur avatar Nov 26 '19 08:11 nekosaur

Having the same issue here, running 1.4.2. I downgraded to 1.3.1 and was able to compile.

timbunch avatar Nov 26 '19 21:11 timbunch

npm install has solved this issue with mine.

schagdeh avatar Dec 22 '20 18:12 schagdeh