nuxt/storybook does not work
I'm pretty new to Nuxt, but I don't know what I'm missing with these 'zero config' modules, but I haven not had a good experience so far. Is anyone able to get this Storybook module to work - https://storybook.nuxtjs.org/getting-started/setup ? I'm just trying test it , so I made a boilerplate project and the only other module I have is the Vuetify module.
I'm getting this error when I run
these are the steps I took (exaclty whats on the documentation)
What am I missing here?
I'm getting this error when I run
npm run devthese are the steps I took (exaclty whats on the documentation)
- install
npx nuxi@latest module add storybook - then I built the default files with this -
npx storybook-nuxt init
What am I missing here?




