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! 🙌
Activity
ylemkimon commentedon Jan 6, 2022
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
.oscarcornejo commentedon Jan 6, 2022
Thanks @ylemkimon for the clarification, this helps me! 🙌