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
CRA no longer detects which package manager is present, rather detects which has been run with. To use Yarn, you should run yarn create react-app@latest feedback-app.
CRA ya no detecta qué administrador de paquetes está presente, sino que detecta con cuál se ha ejecutado. Para usar Yarn, debes ejecutar yarn create react-app@latest feedback-app.
Thanks @ylemkimon for the clarification, this helps me! 🙌
Uh oh!
There was an error while loading. Please reload this page.
After this message:
You are running
create-react-app
4.0.3, which is behind the latest release (5.0.0).I ran this command:
npx create-react-app@latest feedback-app
and the app is created with npm and not yarn as before.Anyone have more info on this, I would appreciate the help! 🤔
The text was updated successfully, but these errors were encountered: