react-images-upload icon indicating copy to clipboard operation
react-images-upload copied to clipboard

Not compatible with React 17.0.2

Open bitshiftnetau opened this issue 4 years ago • 1 comments

I get this when attempting to install:

$ npm install --save react-images-upload
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react-dom
npm ERR!   react-dom@"^17.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react-dom@"^16.3.0" from [email protected]
npm ERR! node_modules/react-images-upload
npm ERR!   react-images-upload@"*" from the root project

bitshiftnetau avatar Jul 14 '21 14:07 bitshiftnetau

To fix this: stackoverflow

Use npm i -save --legacy-peer-deps react-images-upload

christiananagnostou avatar Jul 20 '21 04:07 christiananagnostou