Bug: Cannot create a build of the project
See original GitHub issueReact version: 17.0.2
Steps To Reproduce
- Clean install with
npx create-react-app app-name
(without Typescript) - After install go in to folder and run
npm run build
.
The current behavior
You’ll get an error about the MiniCssExtractPlugin
.
TypeError: MiniCssExtractPlugin is not a constructor
The expected behavior
It should create a build version of the app 🙂
Issue Analytics
- State:
- Created 2 years ago
- Reactions:6
- Comments:17
Top Results From Across the Web
cannot create new pipeline even being admin
can't see “Create/New pipeline” option in pipelines “All” tab . used to work fine before. checked i am project admin as well. Azure...
Read more >bug: can't create a new project at all - 1. General - Trados Studio
I can open packages, open existing projects, do all my work (which never involves creating new projects, fortunately). But this — doesn't.
Read more >Bug: 'C++ Compile Failed'. I Cannot create a C++ project
I Cannot create a C++ project. The compile bug exists in both the C++ project creation wizard and the BP creation wizard. The...
Read more >Recreating projects using jenkins-cli generates "cannot create ...
The issue seems to occur if the job already exists and has been run multiple times before being deleted and recreated. So, if...
Read more >Bug: Cannot build project until prerequsit is built - Eclipse
The project cannot be built until its prerequisite foundation is built. Cleaning and building all projects is recommended radical Unknown
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Downgrading the version fixed it, add this into package.json.
I faced the same problem and shared the solution here https://github.com/facebook/create-react-app/discussions/11934