-
-
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
1.20.0 Babel issue #167
Comments
Are you using babel inside the module mentioned above? If not can we have a sample repo to debug this issue? |
@cjcheshire Do you also happen to have this in the console log? I've resolved this by installing storybook Something along the way I assume has been dropped from the dependencies but is still relying on it. Installing each version as you go will install the missing dependency, I'm unsure which one it is. I did try both @arunoda FYI, see above. This can be reproduced by installing a fresh copy of https://github.com/mantrajs/mantra-sample-blog-app and resolved by following the above steps. The Mantra sample app was broken but resolved with the steps. Tested on both Ubuntu |
Guys, yep this is an issue if the project does not have some babel packages installed by default. Most of the node project have it, but projects like Meteor won't have them. So, I fixed this with |
I can confirm it's working, thanks. While I was there I figured to make a pull request for the Mantra sample app to mainly to update the Meteor version. |
Okay. seems like we can close this issue. |
My severe apologies. It's all good to close. Thank you for you help. |
I'm running the usual the npm storybook task setup in my package json but getting the following:
I'm running node 5.5.0 and npm 3.8.8.
Any thoughts?
The text was updated successfully, but these errors were encountered: