npm WARN bruno No description npm WARN bruno No repository field. npm WARN bruno No license field.
- create-react-app@0.5.0 updated 1 package and audited 21 packages in 1.957s found 0 vulnerabilities
npm WARN bruno No description npm WARN bruno No repository field. npm WARN bruno No license field.
Executando o comando global: "npm install -g create-react-app" acontece que toda vez que altero o código no vscode ele diz que eu não tenho permissão para alterar :-(
Deu certo fazendo assim:
npx create-react-app react-alura
Só que agora ele está informando que a versão do meu create-react-app é velha:
A template was not provided. This is likely because you're using an outdated version of create-react-app. Please note that global installs of create-react-app are no longer supported.
Deu certo usando yarn create react-app react-alura.