0

this is the image

and my node version is v16.1.0. And and tried re-installing the node but it is still showing the errors. i cleared the cache as well

shani
  • 55
  • 3
  • Please reproduce error messages **as text** in your answer so that others with the same problem can use search engines to find answers. ***Images can't be indexed.*** – spender May 18 '21 at 22:22
  • ok i'll do it next time – shani May 19 '21 at 07:05

1 Answers1

2

It looks like your project is configured to use React 17, but redux-form depends on React 16.

If you want to play it safe, downgrade to React 16. See here for more info.

spender
  • 117,338
  • 33
  • 229
  • 351