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 Can't build fresh project with yarn build ### Did you try recovering your dependencies? yes ❯ yarn --version 1.22.15 ### Which terms did you search for...

needs triage
issue: bug report

### Is your proposal related to a problem? Code reuse is a good thing. It is not uncommon that a backend and a frontend can use the same code, and...

issue: proposal
needs triage

Hi everyone, this PR fixes the opening of a browser of choice, selected through the `BROWSER` environment variable, when starting a generated project. After migrating to CRA v5.x the feature...

CLA Signed

Apolgozies for being super inexperience, there many layers and dont know which part of the problem I should debug like is it docker, is npm package manager, is it [email protected]...

needs triage
issue: bug report

### Is your proposal related to a problem? (Write your answer here.) ### Describe the solution you'd like (Describe your proposed solution here.) ### Describe alternatives you've considered (Write your...

issue: proposal
needs triage

It's common for developers to namespace directories with an organization or company name like this: * `/user/tyler/code/@company/path/to/cta-template-custom` * `/user/tyler/code/@organization/path/to/cta-template-custom` This convention breaks our ability to use `--template file:path/to/cta-template` because `function...

CLA Signed

### Discussed in https://github.com/facebook/create-react-app/discussions/12609 Originally posted by **tylerssn** July 23, 2022 Trying to create a custom template and getting an error when testing ``` $ create-react-app --version 5.0.1 $ create-react-app...

### Describe the bug When I run `eslint: lint whole folder` task, it fails because of the error mentioned in the title. ### Did you try recovering your dependencies? Yes,...

issue: needs investigation
issue: bug report