-
Notifications
You must be signed in to change notification settings - Fork 537
Cannot install with graphql 16.0.1 #790
Comments
Has anyone figured out a working solution to this? |
Not an ideal solution, but I ended up having to install an older version of graphql to get this working. |
I did also. I'm just wondering since no one is responding if this project will go stale |
I created an issue as well. Would be bad if this becomes stale. Such a good project... |
I did the same but haven't heard anything. What stinks is that every tutorial uses express-graphql and to this day there is no response. |
Mind that PR #793 should fix the peer dependency, among other things. |
I couldn't wait anymore, so I fork the project: https://github.com/GeorgesTech/express-graphql {
"express-graphql": "https://gitpkg.now.sh/GeorgesTech/express-graphql/npmDist?chore/graphql-16",
}
I do not plan to maintain the fork for a long time In the meantime, renovate/dependabot is happy |
…esn't seem to be updated anymore :( graphql/express-graphql#790 graphql/express-graphql#797
FYI, Looks like they are deprecating express-graphql in favor of graphql-http: #816. |
This library is deprecated and it so recommended to migrate to alternatives #817 |
From the various graphql servers alternatives, in our experience the easiest one to migrate over to, almost a drop in replacement, was GraphQL Yoga with their Express integration. |
I get the follow error from npm when attempting to install along side graphql 16.0.1
The text was updated successfully, but these errors were encountered: