1
resposta

Erro ao tentar executar o NPM START

PS C:\Users\mateu\estudos-aulas\react> npm start npm ERR! code ENOENT npm ERR! syscall open npm ERR! path C:\Users\mateu\estudos-aulas\react/package.json npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\mateu\estudos-aulas\react\package.json' 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: npm ERR! C:\Users\mateu\AppData\Local\npm-cache_logs\2021-05-11T12_51_44_903Z-debug.log PS C:\Users\mateu\estudos-aulas\react>

1 resposta

Fala ai Mateus, tudo bem? Parece que tu está rodando o comando npm start em uma diretório que não é um projeto NPM, no caso, é um projeto que não existe o package.json.

Espero ter ajudado.