I’ve been following your amazona tutorial on youtube. I’ve tried to install bootstrap but get errors when I do. I was wondering what advice you can give me on the matter. Here is the log from the command prompt:
C:\Users\daral\Desktop\tome-phone\Client>npm install react-bootstrap bootstrap
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: use-reducer-logger@1.0.2
npm ERR! Found: react@18.2.0
npm ERR! node_modules/react
npm ERR! peer react@”^18.0.0″ from @testing-library/react@13.4.0
npm ERR! node_modules/@testing-library/react
npm ERR! @testing-library/react@”^13.4.0″ from the root project
npm ERR! peer react@”^18.2.0″ from react-dom@18.2.0
npm ERR! node_modules/react-dom
npm ERR! peer react-dom@”^18.0.0″ from @testing-library/react@13.4.0
npm ERR! node_modules/@testing-library/react
npm ERR! @testing-library/react@”^13.4.0″ from the root project
npm ERR! peer react-dom@”>=16.8″ from react-router-dom@6.8.2
npm ERR! node_modules/react-router-dom
npm ERR! react-router-dom@”^6.8.2″ from the root project
npm ERR! 4 more (the root project, react-bootstrap, @restart/ui, react-transition-group)
npm ERR! 11 more (react-router, react-router-dom, react-scripts, …)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@”^16.8″ from use-reducer-logger@1.0.2
npm ERR! node_modules/use-reducer-logger
npm ERR! use-reducer-logger@”^1.0.2″ from the root project
npm ERR!
npm ERR! Conflicting peer dependency: react@16.14.0
npm ERR! node_modules/react
npm ERR! peer react@”^16.8″ from use-reducer-logger@1.0.2
npm ERR! node_modules/use-reducer-logger
npm ERR! use-reducer-logger@”^1.0.2″ 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!
npm ERR! For a full report see:
npm ERR! C:\Users\daral\AppData\Local\npm-cache\_logs\2023-03-15T15_06_38_133Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\daral\AppData\Local\npm-cache\_logs\2023-03-15T15_06_38_133Z-debug-0.log
C:\Users\daral\Desktop\tome-phone\Client>