After creating a React app with yarn dlx create-react-app, the first time I press yarn start to start it, I get an error.
See original GitHub issueUse yarn 2 (yarnpkg/berry)
- in terminal
% yarn set version berry
% yarn dlx create-react-app apple
% cd apple
% yarn start
- in browser
Failed to compile
Failed to load config "react-app" to extend from.
Referenced from: D:\Projects\apple\package.json
This error occurred during the build time and cannot be dismissed.
How do I solve this problem?
ps. yarn dlx create-next-app works fine. only have a problem with the CRA
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
After creating a React app with yarn dlx ... - Stack Overflow
After creating a React app with yarn dlx create-react-app, the first time I press yarn start to start it, I get an error....
Read more >Old React App Not Starting | Solution | Yarn Start Error
I created this app one and half year ago. I used create -reat- app to start this react project. Node JS has been...
Read more >`yarn start` fails with error message · Issue #1155 - GitHub
Globally install create-react-app and create one project called xyz . Follow the prompt instructions; yarn start fails, but npm start works.
Read more >Expired syntax for yarn - Feedback and Feature Requests
Created on: 18 Apr 2022 08:34 ... yarn dlx create-react-app my-app ... If you're planning to pay for my time fixing your team's...
Read more >yarn command not found
There is likely a script that is running at build-time that is overwriting the Node ... The yarn start command compiles the React...
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
okay, I opened this issue again
Having the same problem on Windows 11. @RegistryDev please reopen this issue as it’s not solved yet.