We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When ejecting the project right out of the box, it fails to compile after running the eject script.
Steps to reproduce
$ npx create-react-app my-app $ cd my-app $ yarn eject $ yarn start
Expected behavior Project compiles and webpack dev server starts
Actual behavior Error message:
Failed to compile. ./src/index.js Error: [BABEL] /Users/syberen/projects/my-app-js/src/index.js: Cannot find module '@babel/plugin-transform-react-jsx' (While processing: "/Users/syberen/projects/my-app-js/node_modules/babel-preset-react-app/index.js$1") at Array.reduce (<anonymous>)
The text was updated successfully, but these errors were encountered:
Duplicate of #6099
Sorry, something went wrong.
No branches or pull requests
When ejecting the project right out of the box, it fails to compile after running the eject script.
Steps to reproduce
$ npx create-react-app my-app $ cd my-app $ yarn eject $ yarn start
Expected behavior
Project compiles and webpack dev server starts
Actual behavior
Error message:
The text was updated successfully, but these errors were encountered: