question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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 issue

Use 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:open
  • Created 3 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

1reaction
RegistryROKcommented, Apr 4, 2022

Having the same problem on Windows 11. @RegistryDev please reopen this issue as it’s not solved yet.

okay, I opened this issue again

0reactions
yegoriuscommented, Apr 4, 2022

Having the same problem on Windows 11. @RegistryDev please reopen this issue as it’s not solved yet.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found