create-react-app
create-react-app copied to clipboard
Set up a modern web app by running one command.
### 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...
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...
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()`...
### 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...
### 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...
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 >...
### 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...
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...
### 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...