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

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

    Run npm cache clean --force. It should clear your npm cache. For reference: https://github.com/npm/npm/issues/19072#issuecomment-345555468

提交回复
热议问题