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
# 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
Issue to track create-react-app@4 support.
While following this guide: https://create-react-app.dev/docs/getting-started
--use-pnpm
is not supported yet provide option to use pnpm for installation to avoid file replication across apps. facebook/create-react-app#7898.pnpm add -d react-refresh
?Module not found: Can't resolve 'react-refresh/runtime' in create-react-app v4
Module not found: Can't resolve 'react-refresh/runtime' in create-react-app v4 #2957The text was updated successfully, but these errors were encountered: