matthewmueller / matthewmueller/graph.ql
v2.0.2 doesn't install graphql as peer dependency
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 629
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
v2.0.1 did not install graphql dependency in node_modules if already a peer
install v2.0.2 will get the following error if graphql peer already installed
{"errors":[{"message":"Schema must be an instance of GraphQLSchema. Also ensure that there are not multiple versions of GraphQL installed in your node_modules directory."}]}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the v2.0.2 installation with graphql already present as a peer dependency, then inspect the package's dependency metadata and installation behavior. Done means the package installs without duplicate GraphQL versions and no longer produces the reported GraphQLSchema error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql, javascript
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100