Está aparecendo esses erros aqui:
após npm install, npm audit fix e npm audit fix --force
Will install react-scripts@5.0.1, which is a breaking change node_modules/webpack-dev-server/node_modules/yargs-parser yargs 8.0.0-candidate.0 - 12.0.5 Depends on vulnerable versions of yargs-parser node_modules/webpack-dev-server/node_modules/yargs
131 vulnerabilities (1 low, 104 moderate, 22 high, 4 critical)
To address issues that do not require attention, run: npm audit fix
To address all issues (including breaking changes), run: npm audit fix --force
após npm start:
WARNING: You are currently running a version of TypeScript which is not officially supported by typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=3.2.1 <3.5.0
YOUR TYPESCRIPT VERSION: 4.8.2
Meu back-end rodou tranquilo mas o front-end não, antes o meu back-end está na porta 3000 e meu front na 3001. Forcei no package.json no api-alurabooks para inicar na porta 8000 igual a do curso. Não sei se tem algo haver.