storybookjs / frontpage

🌐 The website for storybook.js.org

Home Page:https://storybook.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[next]: Error: No configuration files found with Next.js and Storybook

heildionis opened this issue · comments

When trying to run Storybook with Next.js, the error message "No configuration files have been found in your configDir (C:\Users\densa\OneDrive\Рабочий стол\Файлы\Programmes\Projects\Web\Typescript\baking-bread\client.storybook)" is displayed and I can't run Storybook. I am using the latest version of both Storybook and Next.js.

I'm installed react, react-dom, next and then installed storybook with command:
npx storybook@next init

image
image

image

@heildionis this is the repo for the Storybook website. Please open an issue on https://github.com/storybookjs/storybook instead with a reproduction. Or drop by the #support channel in the Storybook Discord

It looks like storybook did not initialize for you. I would try removing storybook packages from package.json and run npx storybook@next init again