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 Cannot build the application on the latest version (5.0.0) ### Did you try recovering your dependencies? Yes. ### Which terms did you search for in User...

needs triage
issue: bug report

Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template... npm ERR! code 1 npm ERR! path D:\myProject\minApps\test01\my-app\node_modules\coa npm ERR! command failed npm ERR!...

needs triage
issue: bug report

Below the comment it is written serviceWorker.unregister() and serviceWorker.register() instead of serviceWorkerRegistration.unregister() and serviceWorkerRegistration.register()

CLA Signed

I have installed a package from my private registry and imported my code in react. It is installed correctly because i can see the right folder in node_modules and the...

needs triage
issue: bug report

### Is this a bug report? Yes ### Did you try recovering your dependencies? Yes ### Which terms did you search for in User Guide? SVG, ReactComponent, dynamic import ###...

issue: bug
issue: needs investigation

![Screenshot (2)](https://user-images.githubusercontent.com/93218718/167285486-71c3e08a-b12f-4c38-8adc-ed6b2ad6e027.png)

needs triage
issue: bug report

As I understand, right now CRA only supports a handful of Jest configuration overrides, either by adding them to package.json or adding a jest.config.js to your project. First question would...

issue: proposal

### Describe the bug Upgrade react-scripts to have the @@svgr/webpack@6.* as the dependency. As the current @svgr/[email protected] has following vulnerable versions as dependency. nth-check - https://security.snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 css-what - https://security.snyk.io/vuln/SNYK-JS-CSSWHAT-1298035 Below...

needs triage
issue: bug report

### Describe the bug When I was running "npx create-react-app my-app" I'm facing this error and it's asking me to report it as a bug . The react app is...

needs triage
issue: bug report

TS compiler says module not found when I added the app path alias in tsconfig file. ![image](https://user-images.githubusercontent.com/59693291/167432542-b7a54517-47db-4193-b08a-9d1f0d28ba3e.png) it works whenever there is no app folder in the paths. ```json {...

needs triage