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
Too many non-option arguments: got 2, maximum of 1
Unknown arguments: gramps, dev
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: