Closed AdityaKirad closed 1 year ago
React-Reveal is basically deprecated at this point. It did not get any updates for years. In its package.json it declares a dependency to react 15 - 16, you are using react 18 and node >= 16.
you can run npm i --legacy-peer-deps
(as it tells you ;-) ) to have npm somewhat ignore this error, but it MIGHT lead to issues.
Try force install.
npm i react-reveal -f
Try force install.
npm i react-reveal -f
thank you, that's work
try force install it really works npm i react-reveal -f
this works for the development environment, but what if we want to deploy the application? react-reveal is not compatible with react 18.2.0. so the terminal in my deployment platform is throwing an error while installing npm packages. What must I do?
this works for the development environment, but what if we want to deploy the application? react-reveal is not compatible with react 18.2.0. so the terminal in my deployment platform is throwing an error while installing npm packages. What must I do?
yes i am facing the same problem.
try force install it really works npm i react-reveal -f
Not sure, but what if it broke other packages ?
try force install it really works npm i react-reveal -f
Not sure, but what if it broke other packages ?
well I have moved on to better animation libraries which works with react 18 but thank all of guys for you support
it having trouble pushing my react app to production because of react-reveal deprecation. What do I do
it having trouble pushing my react app to production because of react-reveal deprecation. What do I do
It is best to move to new library. For my project , I use react-awesome-reveal. It is not as feature rich as react-reveal, but it gets the work done. No problem
Tente utilizar react-awesome-reveal ao invés react-reveal.
https://www.npmjs.com/package/react-awesome-reveal#installation
guys I am getting same error while deployment phase what to do?