create-react-app icon indicating copy to clipboard operation
create-react-app copied to clipboard

Set up a modern web app by running one command.

Results 590 create-react-app issues
Sort by recently updated
recently updated
newest added
trafficstars

### Describe the bug Compiled with problems ### Did you try recovering your dependencies? ``` yarn --version 1.22.15 ``` ### Which terms did you search for in User Guide? react-scripts...

issue: bug report

Fixed #11756 by adding option to install nodeJS builtin fallbacks * [x] Document the escape hatch and why not to use it * [x] Improve the error message from Webpack...

CLA Signed

Q | A Version Affected | * Bug Fix | YES ## Description Pull Request Used `child_process.execFileSync()` instead of `child_process.execSync()`. ## Description Vulnerability The use of the `child_process` function `execSync()`...

CLA Signed

### Describe the bug The problem is that I can't get the coverage report for any project. I used a brand new cra project to test if something is wrong...

issue: bug
issue: needs investigation

### Describe the bug If I start a completely fresh CRA install, and then simply eject it: - My text editor (VSCode) throws an error on the first line of...

needs triage
issue: bug report

If I add a symlink in my src directory to another directory, and then include files from that path, create-react-app gives an error: > Module parse failed: Unexpected token >...

issue: proposal

### Describe the bug Setting the `proxy` field in `package.json` proxies normal HTTP requests [and WebSocket requests](https://github.com/facebook/create-react-app/blob/fddce8a9e21bf68f37054586deb0c8636a45f50b/packages/react-dev-utils/WebpackDevServerUtils.js#L442). For normal requests, [the `Origin` header is patched](https://github.com/facebook/create-react-app/blob/fddce8a9e21bf68f37054586deb0c8636a45f50b/packages/react-dev-utils/WebpackDevServerUtils.js#L431) to equal the target host...

needs triage
issue: bug report

Similar to CORS controls, WebSocket servers are often configured to check the Origin header of incoming requests. The config for the HTTP proxy overwrites requests' Origin header to prevent issues...

CLA Signed

### Describe the bug I created totally fresh CRA5 project (TypeScript), except .env added in the project root and src/App.tsx is modified with attempt to access `process.env` variables. I got...

needs triage
issue: bug report