2
respostas

Erro na instalação do npx

Eu não estou conseguindo resolver esse erro. Alguém sabe como resolver?

npx create-react-app webmotors-react-frontend

Creating a new React app in /Users/shimon-yohai/Projeto-react/webmotors-react-frontend.

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

npm ERR! code Z_BUF_ERROR
npm ERR! errno -5
npm ERR! zlib: unexpected end of file

npm ERR! A complete log of this run can be found in:
npm ERR!     /var/root/.npm/_logs/2020-04-30T17_06_18_874Z-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 webmotors-react-frontend/ from /Users/shimon-yohai/Projeto-react
Done.
2 respostas

Oi, Emanuel, tudo bem?

Você está com o Nodejs instalado no seu computador? Veja esse tópico do Github para ver se te ajuda: https://github.com/facebook/create-react-app/issues/6512. Me fala se conseguiu solucionar :}

uma alternativa é instalar o yarn e criar por ele.