Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Workflow E2E CRA fails with deprecation warning and error EROFS #6691

Closed
1 task
MikeMcC399 opened this issue Feb 16, 2025 · 1 comment · Fixed by #6692
Closed
1 task

[Bug]: Workflow E2E CRA fails with deprecation warning and error EROFS #6691

MikeMcC399 opened this issue Feb 16, 2025 · 1 comment · Fixed by #6692
Labels
bug Something isn't working

Comments

@MikeMcC399
Copy link
Contributor

MikeMcC399 commented Feb 16, 2025

Self-service

  • I'd be willing to implement a fix

Describe the bug

The workflow .github/workflows/e2e-cra-workflow.yml fails with

create-react-app is deprecated.

You can find a list of up-to-date React frameworks on react.dev
For more info see:https://react.dev/link/cra

This error message will only be shown once per install.
/tmp/xfs-9dbf8d91/dlx-1983/.pnp.cjs:5738
      throw EROFS(`open '${p}'`);

It was last successful 4 months ago.

To reproduce

View https://github.com/yarnpkg/berry/blob/master/.github/workflows/e2e-cra-workflow.yml

The workflow runs in a cron job every 4 hours.

Environment

GitHub Actions `ubuntu-latest`, currently equivalent to `ubuntu-24.04`

Additional context

https://github.com/facebook/create-react-app/blob/main/README.md shows that create-react-app is now officially deprecated

https://create-react-app.dev/

Create React App has been deprecated. Please visit react.dev for modern options.

Sunsetting Create React App Feb 14, 2025

Related

This also affects https://yarnpkg.com/cli/dlx#examples which describes uses the failing command as an example of using yarn dlx:

yarn dlx create-react-app ./my-app

.github/workflows/e2e-storybook-workflow.yml also uses CRA and is currently failing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant