Olá, professor. como vai ? Estou com problema ao criar a aplicação react, os pacotes foram criados normal, mas quando as dependencias do npm começam ser instaladas... Surge esse erro:
PS C:\Users\tatia\OneDrive\Documentos\ESTUDO\NODEjs\alura-react> npx create-react-app .
Creating a new React app in C:\Users\tatia\OneDrive\Documentos\ESTUDO\NODEjs\alura-react.
Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template...
added 1320 packages in 1m
265 packages are looking for funding
run npm fund
for details
Initialized a git repository.
Installing template dependencies using npm... npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: alura-react@0.1.0 npm ERR! Found: react@19.0.0 npm ERR! node_modules/react npm ERR! react@"^19.0.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^18.0.0" from @testing-library/react@13.4.0 npm ERR! node_modules/@testing-library/react npm ERR! @testing-library/react@"^13.0.0" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See C:\Users\tatia\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\tatia\AppData\Local\npm-cache_logs\2024-12-20T15_14_05_187Z-debug-0.log