Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to fix this error while installing radium packages in vs code terminal?? thanks

PS C:\Users\BM KHAN\react-guide> npm install --save radium 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@"^17.0.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.8.0" from [email protected] npm ERR! node_modules/radium npm ERR! radium@"*" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See C:\Users\BM KHAN\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\BM KHAN\AppData\Local\npm-cache_logs\2020-10-26T07_23_09_921Z-debug.log PS C:\Users\BM KHAN\react-guide>

like image 244
BMKHAN Avatar asked Dec 23 '22 16:12

BMKHAN


1 Answers

It worked for me , I was having the same problem

npm install --save radium --legacy-peer-deps

like image 65
sandesh sinha Avatar answered Dec 27 '22 06:12

sandesh sinha