Express-graphql: Unmet Peer dependency

Created on 20 Dec 2017  路  3Comments  路  Source: graphql/express-graphql

Latest express-graphql does not support latest graphql

{ "express-graphql": "^0.6.11", "graphql": "^0.12.3" }

Most helpful comment

@dmytro-kerest @thiagovilla 馃摝 v0.6.12 released with support for graphql v0.12.x and v0.13.x.

All 3 comments

Same issue here

Hey folks,

Check what version of npm you're running:
npm -v

If it's below 5.6, try updating to the latest.

Mac:
sudo npm install -g npm

Other:
npm install -g npm

More info here:
https://stackoverflow.com/questions/6237295/how-can-i-update-node-js-and-npm-to-the-next-versions

That did the trick for me -- hopefully it works for you, too.

@dmytro-kerest @thiagovilla 馃摝 v0.6.12 released with support for graphql v0.12.x and v0.13.x.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jeud picture jeud  路  4Comments

jamesmoriarty picture jamesmoriarty  路  4Comments

langpavel picture langpavel  路  5Comments

kaareal picture kaareal  路  3Comments

AchuthSankar picture AchuthSankar  路  5Comments