vutoan266 / react-images-uploading

The simple images uploader applied Render Props pattern that allows you to fully control UI component and behaviors.
https://github.com/vutoan266/react-images-uploading
MIT License
320 stars 52 forks source link

Issue while installing #120

Closed me-ibad closed 2 years ago

me-ibad commented 2 years ago

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: react-test@0.1.0 npm ERR! Found: react@17.0.2 npm ERR! node_modules/react npm ERR! react@"^17.0.2" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.8.0" from react-images-uploading@3.1.3

MichaelVandi commented 2 years ago

Did you run install with --legacy-peer-deps

vutoan266 commented 2 years ago

Hi @me-ibad and @MichaelVandi , thanks for your reporting. I have just upgraded the peerDepedency of react/react-dom version. Please update to react-images-uploading@3.1.5 Thank you alot!