C:\Users\Meu Usuario\Documents\React>npx create-react-app hello
npm ERR! code ENOLOCAL
npm ERR! Could not install from "Flor\AppData\Roaming\npm-cache\_npx\46404" as it does not contain a package.json file.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Meu Usuario\AppData\Roaming\npm-cache\_logs\2021-02-11T17_11_13_569Z-debug.log
Install for [ 'create-react-app@latest' ] failed with code 1
Ao criar o projeto recebi o erro acima, pesquisei no gitHub e encontrei esta solução: npm i create-react-app -g
After
npx create-react-app myApp
Mas não entendi o que seria o "npm i create-react-app -g" pra ter funcionado, alguém poderia me explicar?