nuxt-modules / storybook

Storybook integration with Nuxt.
https://storybook.nuxtjs.org
402 stars 92 forks source link

Cannot start nuxt: Cannot read properties of undefined (reading '__STORYBOOK__') #584

Closed JeyP90 closed 4 months ago

JeyP90 commented 4 months ago

Hello,

I am currently trying to initialize the nuxt module “storybook” in a new project, but I get the error message Cannot start nuxt: Cannot read properties of undefined (reading '__STORYBOOK__').

Steps to reproduce:

npx nuxi@latest init test-storybook cd test-storybook npx nuxi@latest module add storybook

Example: https://codesandbox.io/p/devbox/cool-glade-h94z27

If you need more information, please let me know! Thanks.

tobiasdiez commented 4 months ago

Duplicate of https://github.com/nuxt-modules/storybook/issues/538