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

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

    just install the pacakge to devDependencies:

    npm i --save-dev vue-loader-v16
    

    After installing the dev dependency

    npm run serve
    

提交回复
热议问题