1
Answer

Error on @material-ui/core/ButtonGroup

Guest User

Guest User

2y
1.5k
1

Hi Team

 

I have implemented the following libraries on my project by using npm install @material-ui/core  and it throws this following error and need some ideas to resolve it.

 

" npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]    
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   react@"^18.1.0" from the root project   
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.0 || ^17.0.0" from @material-ui/[email protected]
npm ERR! node_modules/@material-ui/core
npm ERR!   @material-ui/core@"*" from the root project"

Answers (1)