create-react-app
create-react-app copied to clipboard
Set up a modern web app by running one command.
I’m working on hot reloading again. Got a very raw alpha version working. It preserves state but only for function components. Works with Hooks. You can try the alpha version...
Aborting installation. Unexpected error. Please report it as a bug: Error: spawn UNKNOWN at ChildProcess.spawn (node:internal/child_process:413:11) at Object.spawn (node:child_process:713:9) at spawn (C:\Users\Abhay\AppData\Local\npm-cache\_npx\c67e74de0542c87c\node_modules\cross-spawn\index.js:12:24) at C:\Users\Abhay\AppData\Local\npm-cache\_npx\c67e74de0542c87c\node_modules\create-react-app\createReactApp.js:383:19 at new Promise () at install...
### Describe the bug Installing `eslint-config-react-app` results in these two warnings: ``` ➤ YN0002: │ eslint-config-react-app@npm:7.0.1 [41989] doesn't provide @babel/plugin-syntax-flow (pc2f30), requested by eslint-plugin-flowtype ➤ YN0002: │ eslint-config-react-app@npm:7.0.1 [41989] doesn't...
When I run `npx create-react-app appname` I get the following error message: ``` You are running `create-react-app` 4.0.0, which is behind the latest release (4.0.1). We no longer support global...
VS code not autocomplete variables starting with REACT_APP in the process.env of create react app. Any suggestions? I created a .env in the root of my project as below:
latest update of react-scripts to 4.0.0 from 3.4.4 causes a compilation problem. With 3.4.4 it works, and the file exists ```bash ./src/styles/mycssfile.css Error: Can't resolve '/images/module/filename.png' in 'D:\dev\workspace\xxxxxxxxx\src\styles' npm ERR!...
… in your username #6512 Added code to check if a user is on Windows platform and if the path to create react app project contains space, then console.error a...
If you have a general question about Create React App or about building an app with Create React App we encourage you to post in GitHub Discussions instead of this...
**tl;dr - https://github.com/zkat/npx/issues/100 is an issue for create-react-app since all Windows 10 users with a space in their name won't be able to use create-react-app (unless they rename their user...