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