I am getting an error trying to install the react-redux package onto my create-react-app application. I have tried deleting and reinstalling my node_modules folder as well a
It looks like you are using the latest npm version (v7). As mention in the logs, try with npm install --legacy-peer-deps
npm install --legacy-peer-deps
The last time npm Blog mentioned the --legacy-peer-deps flag was while their beta version of npm v7 got public. To read more about the flag go here.
--legacy-peer-deps