filestack-react
filestack-react copied to clipboard
npm install issue with Next.js
I am having problems installing this package. What can I do here?
same for me, @lorenzejay did you find any solution?
Same for me with create-react-app
(node v16.13.0, npm 8.1.0)
same for me, @lorenzejay did you find any solution?
@taw96 Still none unfortunately
@lorenzejay @thomaslenaour npm i -force solved it for me
use "npm i filestack-react --leagcy-peer-deps"
@lorenzejay @thomaslenaour npm i -force solved it for me
it works. Thanks
Yeah, forcing it works, but a serious project like this should make the effort to upgrade to React 18. They didn't even upgrade to React 17 and they haven't committed to the project since September 2021, so I don't trust them enough to just ignore the versioning difference with a force install.