Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Erro ao executar: npx create-react-app organo

Ao tentar executar o comando via CMD, apresenta essa mensagem:

npm ERR! code ENOENT npm ERR! syscall lstat npm ERR! path C:\Users\User\AppData\Roaming\npm npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\User\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: npm ERR! C:\Users\User\AppData\Local\npm-cache_logs\2023-06-26T23_36_46_224Z-debug-0.log

O que poderia ser?

1 resposta
solução!

Minha solução:

Abri o CMD com administrador, atualizei o npm rodando o seguinte comando: npm install -g npm@9.7.2, e depois consegui realizar o procedimento