Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !11367

fix: load config "react-app" error

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/eungyeole/main into main Sep 03, 2021
  • Overview 2
  • Commits 2
  • Pipelines 0
  • Changes 3

Created by: eungyeole

Hello! Good morning.

I am studying Yarnberry these days. So I decided to use yarnberry for create-react-app. After setting it up, I started with yarn start. However, it did not start with the following error:

Failed to compile

Failed to load config "react-app" to extend from.
Referenced from: /Users/an-eungyeol/Documents/yarn/normalreact/package.json

After seeing this error, I searched Google for it. And I found the (#10463) issue. This issue provided solutions to install eslint-config-react-app. So I added the module to the cra template. The number of users of Yarnberry seems to be increasing these days. I really hope this PR to be received.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/eungyeole/main