You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}'`);
Self-service
Describe the bug
The workflow .github/workflows/e2e-cra-workflow.yml fails with
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
Additional context
https://github.com/facebook/create-react-app/blob/main/README.md shows that
create-react-app
is now officially deprecatedhttps://create-react-app.dev/
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
:.github/workflows/e2e-storybook-workflow.yml also uses CRA and is currently failing.
The text was updated successfully, but these errors were encountered: