Closed JamesonRGrieve closed 1 year ago
Did a complete build of a brand new NextJS 13 project and it works, so I'm at a loss as to what in the existing project could cause it to break.
@JamesonRGrieve could you try clearing node_modules
and reinstalling? This was reported in previous versions and folks were able to solve this by doing a clean reinstall.
Hi there! Thank you for opening this issue, but it has been marked as stale
because we need more information to move forward. Could you please provide us with the requested reproduction or additional information that could help us better understand the problem? We'd love to resolve this issue, but we can't do it without your help!
I'm afraid we need to close this issue for now, since we can't take any action without the requested reproduction or additional information. But please don't hesitate to open a new issue if the problem persists – we're always happy to help. Thanks so much for your understanding.
Describe the bug
Running npx stroybook init successfully sets everything up, launches the browser, then throws a large chain of errors stemming from:
followed by several errors pertaining to missing svg files including:
ending in
This is a clean repo as far as storybook. Deleted node_modules, .storybook and stories.
Packages excerpt:
To Reproduce
Run npx storybook init in a NextJS 13 application.
System
Additional context
No response