create-react-app
create-react-app copied to clipboard
Set up a modern web app by running one command.
node:fs:2490 handleErrorFromBinding(ctx); 
### 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...
### 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...
### 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...
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); ```
### 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...
### 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...
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...
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?