Solucionado (ver solução)
Solucionado
(ver solução)
2
respostas

Erro ao tentar instalar o @material-ui/core

Ocorre o seguinte erro quando tento instalar o @material-ui/core.

PS C:\Users\Guilherme\Desktop\Projetos\Clone Netflix\netflix> npm install @material-ui/core npm ERR! Unexpected end of JSON input while parsing near '...":"4.2.0","dependenci'

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

2 respostas
solução!

Tente isso:

npm cache clean --force
npm install @material-ui/core

Se ainda não funcionar:

npm cache clean --force
npm update
npm install @material-ui/core

Funcionou! Obrigado!