Express-graphql: UNMET PEER DEPENDENCY

Created on 8 Sep 2017  ยท  2Comments  ยท  Source: graphql/express-graphql

...
"dependencies": {
    "express": "^4.15.4",
    "express-graphql": "^0.6.11"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.6.0"
  }
...

and

npm install

produces

...
โ”œโ”€โ”ฌ [email protected]
โ”‚ โ”œโ”€โ”€ [email protected]
โ”‚ โ””โ”€โ”ฌ [email protected]
โ”‚   โ”œโ”€โ”€ [email protected]
โ”‚   โ””โ”€โ”€ [email protected]
โ””โ”€โ”€ UNMET PEER DEPENDENCY graphql@^0.10.0 || ^0.11.0

Most helpful comment

@connercowling ,

This problem came up on a recent episode of Fun Fun Function (https://www.youtube.com/watch?v=lAJWHHUz8_8). The solution there was to manually install the GraphQL package as a dependency (not dev):

npm install --save graphql

Hope that helps.

All 2 comments

@connercowling ,

This problem came up on a recent episode of Fun Fun Function (https://www.youtube.com/watch?v=lAJWHHUz8_8). The solution there was to manually install the GraphQL package as a dependency (not dev):

npm install --save graphql

Hope that helps.

@connercowling @vjwilson ๐Ÿ“ฆ 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

KieronWiltshire picture KieronWiltshire  ยท  3Comments

langpavel picture langpavel  ยท  5Comments

jamesmoriarty picture jamesmoriarty  ยท  4Comments

justinmchase picture justinmchase  ยท  4Comments

macin40 picture macin40  ยท  4Comments