relayjs / relay-examples

A collection of sample Relay applications
MIT License
1.14k stars 429 forks source link

[newsfeed] "could not resolve dependency" when running `npm install` #282

Closed clalexni closed 1 year ago

clalexni commented 1 year ago


- running with `--force` or `--legacy-peer-deps` both does not work for me
clalexni commented 1 year ago

changing to "graphql": "16.6.0", fixes it

Sergio401 commented 1 year ago

I use yarn and it works for me, I suggest using yarn

Jarle-Kluge-Volue-MarketServices commented 1 year ago

Running npm install and having set the version of the graphql dependency to 16.6.0 still results in errors. This time React related:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for @graphiql/react@^0.16.0.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
davidmccabe commented 1 year ago

This should be fixed now, thanks for reporting it!