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

后端 未结 10 1862
你的背包
你的背包 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 13:07

    you should check the vue-loader plugin path. in my case it is:

    vue-loader/dist/plugin
    

提交回复
热议问题