Module version
The version of the module you're using. "@nuxtjs/vuetify": "^1.11.0"
Describe the bug
I installed vuetify module manually after initializing my Nuxt project and I followed the instructions on Vuetify document.
npm install @nuxtjs/vuetify -D
Add '@nuxtjs/vuetify', in buildModules on nuxt.config.js, then I got this error.
To Reproduce
I met another error when building sandbox, so I can't show it on Sandbox.
I use codesandbox-nuxt template to create box and use npm to install the module.
Expected behavior
It should compiled succeed without errors.
Module version The version of the module you're using.
"@nuxtjs/vuetify": "^1.11.0"
Describe the bug I installed vuetify module manually after initializing my Nuxt project and I followed the instructions on Vuetify document.
Add
'@nuxtjs/vuetify',
inbuildModules
onnuxt.config.js
, then I got this error.To Reproduce I met another error when building sandbox, so I can't show it on Sandbox. I use
codesandbox-nuxt
template to create box and use npm to install the module.Expected behavior It should compiled succeed without errors.
Screenshots
Additional context
My
nuxt.config.js
:And this is my source code: https://github.com/junyussh/Nuxt-test