-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Entry module not found: Error: Can't resolve 'babel-loader' #237
Comments
UPDATE I read the So I gone to my So I ran Now the command Why |
Hey there! Hmm, it sounds like some weird yarn problem, honestly. At times, it seems that the node_modules directory can have the wrong files. Occasionally, I’ll completely remove the node_modules directory and run “yarn install” fresh. That’s my best guess: as you saw, we require that module, so it should be there :) I think there’s nothing to be done here in this lib. Cheers! |
Yes, I think this, too... Thanks for closing the issue in my place :) |
I got the same problem. I just delete my node_modules , update my netlify-lambda package. |
All worked well until I had the unhealthy idea of run
yarn outdated
and it shown me the outdated dependencies.So I updated them and now when I run
yarn encore dev
I get this error:How can I solve this?
Trying to reset dependencies to their old version doesn't work.
I think it is related to something about Webpack (reading online something about the error), but I'm not so experienced with it to solve the error on my own.
My current configuration is this:
The text was updated successfully, but these errors were encountered: