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

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

    I got the same error when I cloned a repository and I installed the dependencies only on the master branch. When I switched to a different branch (git checkout different_branch) I forgot to install the dependencies there. So make sure you installed the dependencies before you launch the server.

提交回复
热议问题