Replies: 4 comments 2 replies
-
This fixed the issue for me as well, thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you so much! This solution works for me too! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Worked for me too |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks a lot for helping me out. It worked! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a new react project with
npx create-react-app project-name
.npm start
was working fine. But when I tried to build the project, I got the following error:I checked the
package-lock.json
and found thatmini-css-extract-plugin
was set to2.5.0
while in my earlier working projects it was2.4.6
. I then did anpm install [email protected]
and was now able to build the project.Posting it here as others might have the same issue.
Beta Was this translation helpful? Give feedback.
All reactions