We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Unable to start storybook
To Reproduce Steps to reproduce the behavior:
npm run start-storybook
ERR! => Failed to build the manager ERR! Module not found: Error: Can't resolve 'core-js/fn/symbol'
Expected behavior Storybook started
Screenshots
Additional context storybookjs/storybook#6204
The text was updated successfully, but these errors were encountered:
Managed to resolve this by updating the storybook dependency to 5.0.10
npm install --save-dev @storybook/react@5.0.10
Sorry, something went wrong.
Thanks for the heads up @teochengyong! I'll bump the storybook version :)
Thanks @emplums !
No branches or pull requests
Describe the bug
Unable to start storybook
To Reproduce
Steps to reproduce the behavior:
npm run start-storybook
Expected behavior
Storybook started
Screenshots
Additional context
storybookjs/storybook#6204
The text was updated successfully, but these errors were encountered: