Closed
Description
What version of design-system are you using?
"@strapi/design-system": "^1.19.0",
What's Wrong?
i got this error when i install it
npm error While resolving: @strapi/[email protected]
npm error Found: [email protected]
npm error node_modules/react-router-dom
npm error react-router-dom@"^6.0.0" from the root project
npm error peer react-router-dom@"^6.0.0" from @strapi/[email protected]
npm error node_modules/@strapi/admin

To Reproduce
upgrade strapi to latest (v5)
try to make npm install
Expected Behaviour
it should be installed directly.