filestack-react icon indicating copy to clipboard operation
filestack-react copied to clipboard

npm install issue with Next.js

Open lorenzejay opened this issue 3 years ago • 7 comments

I am having problems installing this package. What can I do here? Screen Shot 2021-11-02 at 6 30 25 AM

lorenzejay avatar Nov 02 '21 13:11 lorenzejay

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

taw96 avatar Nov 08 '21 15:11 taw96

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

thomaslenaour avatar Nov 17 '21 16:11 thomaslenaour

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

@taw96 Still none unfortunately

lorenzejay avatar Nov 17 '21 16:11 lorenzejay

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

taw96 avatar Nov 23 '21 13:11 taw96

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

rajkumarvoleti avatar Jan 12 '22 07:01 rajkumarvoleti

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

it works. Thanks

TahirAli32 avatar Oct 20 '22 11:10 TahirAli32

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.

ConnorMooneyhan avatar Dec 05 '22 15:12 ConnorMooneyhan