Open jlengstorf opened 6 years ago
No those are just warnings about the packages that still have no updated dependencies for graphql 0.12. I have heard from others that they have issues with using yarn to install global packages. Installing globally using npm, or installing locally, seemed to fix it for them.
This is awesome — thanks so much for putting it together!
When I went to install it, though, I got the following warnings about missing peer dependencies:
Attempting to run the command results in:
I assume that error is because the GrAMPS plugin is failing with missing peer deps.
Should we add the peer deps as deps in this plugin? Or just expect that anyone installing the plugin globally will also install Express and
graphql
globally?