Prezados,
Fui começar o curso de React 'React: praticando React com Js' e no começo dele pedi para usar o npx create-react-app cinetag
Mas esta me gerendo o seguinte erro:
PS C:\Users\pedro\OneDrive\Documentos\estudos\alura> npx create-react-app cinetag
npm ERR! code ENOENT npm ERR! syscall lstat npm ERR! path C:\Users\pedro\AppData\Roaming\npm npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\pedro\AppData\Roaming\npm' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent
npm ERR! A complete log of this run can be found in: C:\Users\pedro\AppData\Local\npm-cache_logs\2024-07-12T20_37_34_255Z-debug-0.log
Alguém saberia como corrigir?