enter image description hereI have tried to install mdb-ui-kit in react version 18. is there any alternative way to install it?
Asked
Active
Viewed 784 times
-1
-
Try reducing react version to 16.* – Keyvan Soleimani May 29 '22 at 17:23
1 Answers
0
This package has react 17 as a peer dependency. Try to force the installation with
npm i mdb-react-ui-kit -- force
and test if it's still working. Otherwise you can downgrade your react version to 17.

Igor Gonak
- 2,050
- 2
- 10
- 17