Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

397
Vistas
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 la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda