Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

395
Visualizações
When I run npm list , it shows two versions and I want to delete one version

npm list react-router

├─┬ react-router-config@5.1.1
│ └── react-router@6.2.1
└─┬ react-router-dom@5.2.1
  └── react-router@5.2.1

If you look at react-router list, react-router@6.2.1 is downloaded under react-router-config@5.1.1 version.

I tried deleting react-router@6.2.1 in package-lock.json and doing a list. react-router@6.2.1 keeps outputting.

So I replaced it with react-router-config 5.1.1 -> 5.0.1 . And I tried npm list react-router, but it comes out the same.

├─┬ react-router-config@5.1.1
│ └── react-router@6.2.1
└─┬ react-router-dom@5.2.1
  └── react-router@5.2.1

I deleted the 5.1.1 version of react-router-config and installed the 5.0.0 version, but I don't know if the 5.1.1 version still comes out. And react-router@6.2.1 in the react-router-config list is not deleted either. How to delete react-

Delete react-router-config@5.1.1 version, change the version to @5.1.0, and run npm list react-router to get the same result.

├─┬ react-router-config@5.1.1
│ └── react-router@6.2.1
└─┬ react-router-dom@5.2.1
  └── react-router@5.2.1

If you use route 6, you need to migrate, so you can't migrate now. How do I delete that version 6?

Install react-router-config as 5.1.0, delete lock and node_module, and then run npm install to get the same result.

├─┬ react-router-config@5.1.1
│ └── react-router@6.2.1
└─┬ react-router-dom@5.2.1
  └── react-router@5.2.1
about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda