-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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:
$ yarn global add graphql-cli-gramps
yarn global v1.3.2
[1/4] π Resolving packages...
[2/4] π Fetching packages...
[3/4] π Linking dependencies...
warning "graphql-cli-gramps > @gramps/[email protected]" has unmet peer dependency "graphql@^0.11.7 || ^0.12.0".
warning "graphql-cli-gramps > @gramps/[email protected]" has unmet peer dependency "graphql@^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0".
warning "graphql-cli-gramps > @gramps/cli > [email protected]" has unmet peer dependency "express@^4.16.2".
warning "graphql-cli-gramps > @gramps/gramps > [email protected]" has unmet peer dependency "graphql@^0.11.0 || ^0.12.0".
warning "graphql-cli-gramps > @gramps/cli > apollo-server-express > [email protected]" has unmet peer dependency "graphql@^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0".
warning "graphql-cli-gramps > @gramps/gramps > graphql-tools > [email protected]" has unmet peer dependency "graphql@^0.11.3 || ^0.12.3".
warning "graphql-cli-gramps > @gramps/gramps > graphql-tools > [email protected]" has unmet peer dependency "graphql@^0.10.5 || ^0.11.3 || ^0.12.0".
warning "graphql-cli-gramps > @gramps/cli > apollo-server-express > apollo-server-core > [email protected]" has unmet peer dependency "graphql@^0.10.0 || ^0.11.0".
warning "graphql-cli-gramps > @gramps/cli > apollo-server-express > apollo-server-core > [email protected]" has unmet peer dependency "graphql@^0.10.0 || ^0.11.0".
warning "graphql-cli-gramps > @gramps/cli > apollo-server-express > apollo-server-core > [email protected]" has unmet peer dependency "graphql@^0.10.0 || ^0.11.0".
[4/4] π Building fresh packages...
warning "[email protected]" has no binaries
β¨ Done in 2.70s.
Attempting to run the command results in:
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?
Metadata
Metadata
Assignees
Labels
No labels