reactjs 如何将react-router-dom版本降级到v5.2.0

rvpgvaaj  于 2023-01-17  发布在  React
关注(0)|答案(1)|浏览(179)

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

ffx8fchx

ffx8fchx1#

react-router提供了一份文档,用于升级或降级react-router版本:https://github.com/remix-run/react-router/blob/main/docs/upgrading/v5.md或使用以下npm命令:

npm install <package>@<version>
npm i react-router-dom@5.2.0
  • 软件包版本5.2.3不存在。*

我希望这能帮助你解决你的问题。

相关问题