You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed Storybook for my project using npx storybook@latest init following the official documentation. However, when I try to run Storybook, I encounter the following error:
Error: Cannot find module 'next/dist/client/components/navigation' at webpackMissingModule at ./node_modules/@storybook/nextjs/dist/export-mocks/navigation/index.mjs at options.factory ...
Bug report
Summary
I just installed Storybook for my project using npx storybook@latest init following the official documentation. However, when I try to run Storybook, I encounter the following error:
Error: Cannot find module 'next/dist/client/components/navigation' at webpackMissingModule at ./node_modules/@storybook/nextjs/dist/export-mocks/navigation/index.mjs at options.factory ...
Environment
Next.js version: 12.3.1
Storybook version: 8.3.5
Node version: 18
The text was updated successfully, but these errors were encountered: