1
resposta

Nao consigo adicionar o Material UI ao projeto

Quando tento instalar a lib no projeto recebo o seguinte erro:

error Command failed.
Exit code: 128
Command: git
Arguments: ls-remote --tags --heads ssh://git@github.com/material-ui/core.git
Directory: /home/luanfonsecap/Documentos/Alura/alura-react-parte-3
Output:
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

Usando tanto o Yarn quanto o NPM. Instalação de qualquer outra biblioteca funciona normalmente.

1 resposta

Fala ai Luan, tudo bem? Tente apagar o arquivo package-lock.json e a pasta node_modules (caso existam).

Depois, instale todas as dependências novamente e por tente adicionar o Material UI:

npm i
npm i @material-ui/core

Espero ter ajudado.