You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MacBook-Pro-de-Jorge:CRMjpacora$npminstallgraphql @risingstack/graffiti-mongoose --save
crm@0.0.0/Users/jpacora/Documents/Dev/CRM├─┬ @risingstack/graffiti-mongoose@5.3.0│├─┬babel-runtime@6.11.6││└──core-js@2.4.1│├──UNMETPEERDEPENDENCYgraphql@^0.5.0||^0.6.0||^0.7.0│├──graphql-relay@0.4.3│└──lodash@4.15.0└──UNMETPEERDEPENDENCYgraphql@0.8.2npmWARN @risingstack/graffiti-mongoose@5.3.0 requires a peer of graphql@^0.7.0 but none was installed.
npmWARNgraphql-relay@0.4.3requiresapeerofgraphql@^0.5.0||^0.6.0||^0.7.0butnonewasinstalled.
This actually isn't a bug – it's NPM telling you that you'll need to install graphql as a peer dependency at version 0.7.X.
npm install graphql will install the latest, currently 0.8.3, which is not supported by graffiti-mongoose at the moment. npm install graphql@0.7 should clear things up for you.
Overview of the Issue
Error during npm nstall
Reproduce the Error
Exec: npm install graphql @risingstack/graffiti-mongoose --save
The text was updated successfully, but these errors were encountered: