create-react-app
https://github.com/facebookincubator/create-react-app
JavaScript
Create React apps with no build configuration.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
JavaScript not yet supported264 Subscribers
View all SubscribersAdd a CodeTriage badge to create-react-app
Help out
- Issues
- Line 2:8: 'Expenses' is defined but never used no-unused-vars Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before. WARNING in src\App.js Line 2:8: 'Expenses' is defined but never used no-unused-vars webpack compiled with 1 warning
- Fix link to homepage setting
- >> Error: spawn UNKNOWN >> at ChildProcess.spawn (node:internal/child_process:413:11) >> at Object.spawn (node:child_process:700:9) >> at spawn (C:\Users\admin\AppData\Local\npm-cache\_npx\c67e74de0542c87c\node_modules\cross-spawn\index.js:12:24) >> at C:\Users\admin\AppData\Local\npm-cache\_npx\c67e74de0542c87c\node_modules\create-react-app\createReactApp.js:383:19 >> at new Promise (<anonymous>) >> at install (C:\Users\admin\AppData\Local\npm-cache\_npx\c67e74de0542c87c\node_modules\create-react-app\createReactApp.js:334:10) >> at C:\Users\admin\AppData\Local\npm-cache\_npx\c67e74de0542c87c\node_modules\create-react-app\createReactApp.js:461:16 >> at processTicksAndRejections (node:internal/process/task_queues:96:5) { >> errno: -4094, >> code: 'UNKNOWN', >> syscall: 'spawn' >> }
- When uninstalling the React to upgarade it I am faccing this issue
- fix: babel-preset-react-app missing env in ESLint
- Trying to run module federation in dev mode is broken due to getPublicUrlOrPath
- Specify hostname for chunks from React.lazy during development
- `eslint-config-react-app` should provide `@babel/plugin-syntax-flow` and `@babel/plugin-transform-react-jsx`
- Cannot find module '\node_modules\terser-webpack-plugin\dist\index.js'. Please verify that the package.json has a valid "main" entry
- Bump webpack-dev-server to fix CVE-2022-1650
- Docs
- JavaScript not yet supported