filestack / filestack-react

Official React component for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
MIT License
164 stars 40 forks source link

npm install issue with Next.js #124

Open lorenzejay opened 2 years ago

lorenzejay commented 2 years ago

I am having problems installing this package. What can I do here?

Screen Shot 2021-11-02 at 6 30 25 AM
taw96 commented 2 years ago

same for me, @lorenzejay did you find any solution?

thomaslenaour commented 2 years ago

Same for me with create-react-app (node v16.13.0, npm 8.1.0)

lorenzejay commented 2 years ago

same for me, @lorenzejay did you find any solution?

@taw96 Still none unfortunately

taw96 commented 2 years ago

@lorenzejay @thomaslenaour npm i -force solved it for me

rajkumarvoleti commented 2 years ago

use "npm i filestack-react --leagcy-peer-deps"

TahirAli32 commented 1 year ago

@lorenzejay @thomaslenaour npm i -force solved it for me

it works. Thanks

ConnorMooneyhan commented 1 year ago

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.