5
respostas

ERRO

➜  Local:   http://localhost:5173/
  ➜  Network: use --host to expose
  ➜  press h to show help
Error:   Failed to scan for dependencies from entries:
  C:/Users/Joice/Downloads/3494-react-context-api-projeto-base/3494-react-context-api-projeto-base/index.html

  X [ERROR] No matching export in "src/App.jsx" for import "default"
 

Boa tarde!

Gostaria de saber porque esta dando esse erro no terminal do Vscode?

5 respostas

Oi, Jocenice, tudo bem?

Para que eu consiga te ajudar de forma mais assertiva, peço que você compartilhe o link do GitHub do seu projeto.

Aguardo seu retorno. Abraços!

Bom dia Rodrigo, tudo bem e vc?

Não estou conseguindo subir o projeto. Estou dando os comandos e dessa vez nao esta funcionando.

PS C:\Users\Joice\Downloads\3494-react-context-api-projeto-base\3494-react-context-api-projeto-base> git init Reinitialized existing Git repository in C:/Users/Joice/Downloads/3494-react-context-api-projeto-base/3494-react-context-api-projeto-base/.git/ PS C:\Users\Joice\Downloads\3494-react-context-api-projeto-base\3494-react-context-api-projeto-base> git status On branch main nothing to commit, working tree clean PS C:\Users\Joice\Downloads\3494-react-context-api-projeto-base\3494-react-context-api-projeto-base> git add . PS C:\Users\Joice\Downloads\3494-react-context-api-projeto-base\3494-react-context-api-projeto-base> git commit -m "first commit" On branch main nothing to commit, working tree clean PS C:\Users\Joice\Downloads\3494-react-context-api-projeto-base\3494-react-context-api-projeto-base> git branch -M main PS C:\Users\Joice\Downloads\3494-react-context-api-projeto-base\3494-react-context-api-projeto-base> git remoto adicionar origem https://github.com/joicemonteiros/3494-react-context-api-projeto-base.gitgit: 'remoto' is not a git command. See 'git --help'.

The most similar command is remote PS C:\Users\Joice\Downloads\3494-react-context-api-projeto-base\3494-react-context-api-projeto-base> git push -u origin mainfatal: 'origin' does not appear to be a git repositoryfatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. PS C:\Users\Joice\Downloads\3494-react-context-api-projeto-base\3494-react-context-api-projeto-base>

Oi, Jocenice, tudo bem?

O comando que você está utilizando para enviar o repositório local para o GitHub está incorreto. Você utilizou o comando git remoto adicionar origem https://github.com/joicemonteiros/3494-react-context-api-projeto-base.git, por conta disso, você não está conseguindo criar uma ligação entre o repositório remoto que criou no GitHub e o repositório local onde está o seu projeto. Para solucionar esse erro, você deve usar o comando git remote add origem https://github.com/joicemonteiros/3494-react-context-api-projeto-base.git.

Você pode ler mais sobre o comando git remote neste artigo. As informações estão em inglês, mas você pode traduzir clicando na página com o botão direito do mouse e selecionando a opção "Traduzir para o português".

Outra opção é você fazer o upload da pasta sem o uso do terminal, diretamente pelo GitHub. Para isso:

  • Crie um repositório no GitHub, clicando no ícone de adicionar que fica no canto superior direito e selecionando a opção "New Repository";

    Imagem mostrando o sinal de adicionar no site do GitHub com a opção New Repository destacada

  • Preencha o nome do seu repositório e clique ao final da página em "Create Repository";

    Imagem da página de criação do repositório no GitHub

  • Clique em "Upload an existing file" e suba os arquivos do seu projeto. Lembre-se que não é necessário subir a pasta "node modules", contudo as demais pastas e arquivos precisam ser enviadas.

    Imagem da página inicial do repositório com os comandos necessários para subir os arquivos

    Na imagem acima ainda é possível verificar os comandos necessários para usar o Git, então você pode se guira por esses comandos na ordem em que eles estão apresentados ao criar o seu repositório no GitHub.

Espero que dê tudo certo e fico no aguardo para te ajudar com seu projeto React. Abraços!

Caso este post tenha lhe ajudado, por favor, marcar como solucionado ✓. Bons Estudos!

PS C:\Users\Joice\Downloads\3494-react-context-api-projeto-base\3494-react-context-api-projeto-base> git init Reinitialized existing Git repository in C:/Users/Joice/Downloads/3494-react-context-api-projeto-base/3494-react-context-api-projeto-base/.git/ PS C:\Users\Joice\Downloads\3494-react-context-api-projeto-base\3494-react-context-api-projeto-base> git add . PS C:\Users\Joice\Downloads\3494-react-context-api-projeto-base\3494-react-context-api-projeto-base> git commit -m "first commit" On branch main nothing to commit, working tree clean PS C:\Users\Joice\Downloads\3494-react-context-api-projeto-base\3494-react-context-api-projeto-base> git branch -M main PS C:\Users\Joice\Downloads\3494-react-context-api-projeto-base\3494-react-context-api-projeto-base> git remote add origem https://github.com/joicemonteiros/3494-react-context-api-projeto-base.git error: remote origem already exists. PS C:\Users\Joice\Downloads\3494-react-context-api-projeto-base\3494-react-context-api-projeto-base> git push -u origin mainfatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. PS C:\Users\Joice\Downloads\3494-react-context-api-projeto-base\3494-react-context-api-projeto-base>

Fiz a alteração e não deu certo...

Acho que consegui... pela segunda opção

https://github.com/joicemonteiros/3494-react-context-api-projeto-base

Obrigada