I am getting this error when trying to install this package
I fix the issue using --legacy-peer-deps command.
But I was wondering if this package will update some day to the newer versions of React
`
$ npm install react-tempusdominus-bootstrap --legacy-perr-deps
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: react@18.2.0
npm ERR! node_modules/react
npm ERR! react@"^18.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^15.0.0 || ^16.0.0 || ^17.0.0" from react-tempusdominus-bootstrap@1.12.0
npm ERR! node_modules/react-tempusdominus-bootstrap
npm ERR! react-tempusdominus-bootstrap@"*" 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\user\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\user\AppData\Local\npm-cache_logs\2022-08-10T17_49_36_406Z-debug-0.log
`
I am getting this error when trying to install this package
I fix the issue using --legacy-peer-deps command.
But I was wondering if this package will update some day to the newer versions of React
`
$ npm install react-tempusdominus-bootstrap --legacy-perr-deps
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: react@18.2.0
npm ERR! node_modules/react
npm ERR! react@"^18.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^15.0.0 || ^16.0.0 || ^17.0.0" from react-tempusdominus-bootstrap@1.12.0
npm ERR! node_modules/react-tempusdominus-bootstrap
npm ERR! react-tempusdominus-bootstrap@"*" 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\user\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\user\AppData\Local\npm-cache_logs\2022-08-10T17_49_36_406Z-debug-0.log
`