I'm trying to deploy a project on Netlify but I'm always getting this error:
npm ERR! While resolving: react-animated-number@0.4.4
I already have try:
npm i react-animated-number --legacy-peer-deps
npm i @emotion/react --legacy-peer-deps
But the error is still the same..
Could be the packages that I'm using?
Any solution??