1
resposta

Erro ao executar npx create-react-app

Após tentar criar um arquivo react ocorre o seguinte erro:

PS C:\Users\Guilherme\Desktop\Projeto React> npx create-react-app projeto npx: instalou 67 em 11.024s

Creating a new React app in C:\Users\Guilherme\Desktop\Projeto React\projeto.

Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template...

npm ERR! Unexpected end of JSON input while parsing near '....1","detect-port":"1.'

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Guilherme\AppData\Roaming\npm-cache_logs\2021-08-27T23_04_26_682Z-debug.log

Aborting installation. npm install --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.

Deleting generated file... package.json Deleting projeto/ from C:\Users\Guilherme\Desktop\Projeto React Done.

1 resposta

Guilherme,

Tenta evitar os espaços em diretórios que você vai usar para programar.

Pode ser que o React esteja de pedendo para criar o projeto inicial.

A pasta do teu projeto é "Projeto React". Altera para "Projeto-React" ou "Projeto_React" ou "ProjetoReact"... e tenta criar novamente.

Espero que funcione pra você. Abraço!