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

后端 未结 10 2071
你的背包
你的背包 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:51

    I've got the same issues while creating new Vuetify app by official guide.

    After adding vuetify: vue add vuetify
    The missing step was installing new npm dependencies with: npm install

    Later I run npm run serve and it started succesfully.
    There is an issue in the documentation!

提交回复
热议问题