create-react-app icon indicating copy to clipboard operation
create-react-app copied to clipboard

Create React apps with no build configuration.

Results 6 create-react-app issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 4.15.0 to 4.19.1. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.19.1 > * 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes [#10112](https://github-redirect.dependabot.com/eslint/eslint/issues/10112)) ([#10113](https://github-redirect.dependabot.com/eslint/eslint/issues/10113)) (薛定谔的猫) >...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 4.4.1 to 4.19.1. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.19.1 > * 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes [#10112](https://github-redirect.dependabot.com/eslint/eslint/issues/10112)) ([#10113](https://github-redirect.dependabot.com/eslint/eslint/issues/10113)) (薛定谔的猫) >...

dependencies

Current version of **Jest** in `package.json` is `20.0.4`, current latest version: 23.6.0 https://github.com/netguru/create-react-app/blob/master/packages/react-scripts/package.json#L59 We're currently experiencing issues with snapshot tests and coverage causing Circle CI process run out of memory:...

## Is this bug? Yes ## Reproduce bug Repository with bug example: https://github.com/RusinovAnton/cra-global-styles-bug-example ## Problem Description I've just tried to use react-table and import styles for it the way it...

In my case Im using prettier extension for VScode that formats code automatically on file save so I do not need to spend extra time for that. I've just stumbled...

enhancement

I've just tried to use this fork with the latest `create-react-app` installed and it failed fails to create a project with a following error: ``` ➜ create-react-app --version 2.0.0-next.3e165448 ➜...

bug