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

create-react-app@4 support #3017

Closed
vjpr opened this issue Dec 10, 2020 · 2 comments
Closed

create-react-app@4 support #3017

vjpr opened this issue Dec 10, 2020 · 2 comments

Comments

@vjpr
Copy link
Contributor

vjpr commented Dec 10, 2020

Issue to track create-react-app@4 support.

While following this guide: https://create-react-app.dev/docs/getting-started

# Global installs are not supported anymore.
pnpm uninstall -g create-react-app

npx create-react-app foo
pnpm add -d react-refresh
rm -rf node_modules
rm -rf .git # If you use it as a workspace then this will cause issues and sub-module warnings.
rm yarn.lock
pnpm i
@vjpr
Copy link
Contributor Author

vjpr commented Dec 10, 2020

Known issues

@mcmxcdev
Copy link
Contributor

Is this issue still relevant? Can you reproduce it with create-react-app v5 which was released a while ago?

As a side note, I would argue that nowadays https://vitejs.dev/ is a better tooling choice for setting up a new React project.

@mcmxcdev mcmxcdev closed this as not planned Won't fix, can't repro, duplicate, stale Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants