-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Version 4 fails on startup with Unexpected token #4668
Comments
What Node version do you use ? |
v8.1.2. Thanks for the quick reply! |
That is strange. I thought spread is supported since the early 8 versions... Can you check with 8.11 ? |
Yes! Thanks, that fixed it. Unfortunately my build is now failing because of something else. I'll research and report back. |
Hi , I am having the exact same issue with latest version of storybook. Am on node v6.6.0. When using @storybook/react v4.0.0-alpha.1 storybook is loading perfectly. Even the webpack default config on that version is using spread operator, how it's working? Thanks in advance, |
We are transpiling our non-client code for node 8.11 that supports the spread operator. |
npm run storybook
fails with "Unexpected token" on version 4.System:
Any suggestions? It seems to be related to babel somehow (failing on
...
).The text was updated successfully, but these errors were encountered: