Cannot find module 'vuetify-loader/lib/plugin'

后端 未结 10 2150
你的背包
你的背包 2021-02-06 12:39

When I load vuetify via the vue-cli3, I get an error when i do npm run serve, saying there is a missing loader.

Docs etc and searches have come up blank.

This is

10条回答
  •  我寻月下人不归
    2021-02-06 12:52

    Just had the same problem. In my case it was caused by placing the file vue.config.js in the top-level-folder (next to package.json) instead of in the 'src' folder. Obviously there might be many reasons for this error, but maybe it helps someone...

提交回复
热议问题