Skip to content
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.

Not compatible with React 17.0.2 #237

Open
bitshiftnetau opened this issue Jul 14, 2021 · 1 comment
Open

Not compatible with React 17.0.2 #237

bitshiftnetau opened this issue Jul 14, 2021 · 1 comment

Comments

@bitshiftnetau
Copy link

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: front@0.1.0
npm ERR! Found: react-dom@17.0.2
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 react-images-upload@1.2.8
npm ERR! node_modules/react-images-upload
npm ERR!   react-images-upload@"*" from the root project
@christiananagnostou
Copy link

To fix this: stackoverflow

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants