SHAIK AKBAR BASHA
SHAIK AKBAR BASHA

Reputation: 91

How to downgrade react-router-dom version to v5.2.0

How to downgrade react-router-dom version to v5.2.0

Upvotes: 6

Views: 35230

Answers (1)

rassakra
rassakra

Reputation: 1121

There are a documentation provided by react-router to upgrade or downgrade the react-router version : https://github.com/remix-run/react-router/blob/main/docs/upgrading/v5.md or use this npm command:

npm install <package>@<version>
npm i [email protected]

Package version 5.2.3 doesn't exist.

I hope that can help you to resolve your issue.

Upvotes: 12

Related Questions