-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Module build failed: Error: Cannot find module '@babel/core' #3452
Comments
Sounds like you might need to run |
Weird, can't reproduce it on my machine. Can you please share your result of those commands as a reproduction GitHub repo? |
Same issue :/
https://github.com/Sommerfeld/react-storybook-example |
So fixed by following the slow start process - |
Fixed it by installing correct peer dependencies.
|
Looks very similar to #3384 Is there a chance that you have some old version of yarn installed? |
Will be fixed with releasing #3453 |
Bug or support request summary
I am trying to start using
storybook
on a freshcreate-react-app
project and I am running into an error (at end of this issue). I know that this is not a bug since I can successfully get things working in anode:alpine
container. It is therefore an issue with my local setup but I am at a loss to see what it may be! Any help would be much appreciated. Some information;I am using the most recent (I think) node installed using
nvm
.I run the following commands;
The resulting error is the following;
The text was updated successfully, but these errors were encountered: