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

node:fs:2490 handleErrorFromBinding(ctx); ![image](https://user-images.githubusercontent.com/103554076/188129058-91260dac-8884-4989-a115-c560cf9284a2.png)

needs triage
issue: bug report

### Expected Behavior Setting "proxy" in package.json should proxy WebSockets to specified server. (As documented [here](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#proxying-api-requests-in-development): "The proxy option supports HTTP, HTTPS and WebSocket connections.") ### Actual Behavior Proxy does...

issue: proposal

### Is your proposal related to a problem? Yes Whenever we use create-react-app to make a project, it provides the latest version of react, react-dom, and testlibrary/react. The issue is...

issue: proposal
needs triage

### Describe the bug If a dependency contains a `.cjs` file, then said file is not processed by babel due to the default webpack config, meaning it will not be...

needs triage
issue: bug report

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^18.0.0" from...

Can I run CRA programmatically using a js API like vite: https://vitejs.dev/guide/api-javascript.html#createserver? ``` import {CRA} from 'create-react-app'; CRA.runServer(3000); ```

needs triage

### Describe the bug `react-app-polyfill` does not polyfill `String.prototype.replaceAll`. ### Environment ```bash Environment Info: current version of create-react-app: 5.0.1 running from C:\Users\listl\scoop\persist\nodejs\cache\_npx\c67e74de0542c87c\node_modules\create-react-app System: OS: Windows 10 10.0.19044 CPU: (16) x64...

needs triage
issue: bug report

### Describe the bug (Write your answer here.) ### Did you try recovering your dependencies? (Write your answer here.) ### Which terms did you search for in User Guide? (Write...

needs triage
issue: bug report

Hi Team, I have a storefront where all images look fine on the local side of the project and images fit and all that good stuff. However, once I take...

needs triage

I don't know the need for the app.js file. I want to configure index.js router and delete app.js, what's the problem?

needs triage