Skip to content
New issue

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

Storybook v5 is breaking with start-storybook #765

Closed
teochengyong opened this issue Apr 24, 2019 · 3 comments
Closed

Storybook v5 is breaking with start-storybook #765

teochengyong opened this issue Apr 24, 2019 · 3 comments

Comments

@teochengyong
Copy link

teochengyong commented Apr 24, 2019

Describe the bug
Unable to start storybook

To Reproduce
Steps to reproduce the behavior:

  1. Go to root folder
  2. Run npm run start-storybook
  3. You will see some of the following error:
ERR! => Failed to build the manager
ERR! Module not found: Error: Can't resolve 'core-js/fn/symbol'

Expected behavior
Storybook started
image

Screenshots
image

Additional context
storybookjs/storybook#6204

@teochengyong teochengyong changed the title Build Story Book is breaking Storybook v5 is breaking with start-storybook Apr 24, 2019
@teochengyong
Copy link
Author

teochengyong commented Apr 24, 2019

Managed to resolve this by updating the storybook dependency to 5.0.10

npm install --save-dev @storybook/react@5.0.10

@emplums
Copy link
Contributor

emplums commented Apr 30, 2019

Thanks for the heads up @teochengyong! I'll bump the storybook version :)

@teochengyong
Copy link
Author

Thanks @emplums !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants