-
-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing dependency declarations #2057
Closed
Comments
For people in a similar situation who just want to try out the CLI, here's some of the package extensions required: packageExtensions:
"@graphql-inspector/cli@*":
dependencies:
"@graphql-inspector/config": "*"
"@graphql-tools/utils": "*"
"@graphql-inspector/commands@*":
dependencies:
"@graphql-inspector/coverage-command": "*"
"@graphql-inspector/diff-command": "*"
"@graphql-inspector/docs-command": "*"
"@graphql-inspector/introspect-command": "*"
"@graphql-inspector/serve-command": "*"
"@graphql-inspector/similar-command": "*"
"@graphql-inspector/validate-command": "*"
"@graphql-inspector/coverage-command@*":
peerDependencies:
"@graphql-inspector/config": "*"
"@graphql-inspector/loaders": "*"
"yargs": "*"
"@graphql-inspector/diff-command@*":
peerDependencies:
"@graphql-inspector/config": "*"
"@graphql-inspector/loaders": "*"
"yargs": "*"
"@graphql-inspector/docs-command@*":
peerDependencies:
"@graphql-inspector/config": "*"
"@graphql-inspector/loaders": "*"
"yargs": "*"
"@graphql-inspector/introspect-command@*":
peerDependencies:
"@graphql-inspector/config": "*"
"@graphql-inspector/loaders": "*"
"yargs": "*"
"@graphql-inspector/loaders@*":
peerDependencies:
"@graphql-inspector/code-loader": "*"
"@graphql-inspector/git-loader": "*"
"@graphql-inspector/github-loader": "*"
"@graphql-inspector/graphql-loader": "*"
"@graphql-inspector/json-loader": "*"
"@graphql-inspector/url-loader": "*"
"@graphql-inspector/serve-command@*":
peerDependencies:
"@graphql-inspector/config": "*"
"@graphql-inspector/loaders": "*"
"yargs": "*"
"@graphql-inspector/similar-command@*":
peerDependencies:
"@graphql-inspector/config": "*"
"@graphql-inspector/loaders": "*"
"yargs": "*"
"@graphql-inspector/validate-command@*":
peerDependencies:
"@graphql-inspector/config": "*"
"@graphql-inspector/loaders": "*"
"yargs": "*" |
We made a lot of new changes in the last few weeks - you can see all changes here #2441, I tried to reproduce it and right all look good. |
I'm still seeing this issue |
This was referenced May 7, 2024
Closed
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When installing
@graphql-inspector/cli
, many complaints are printed, because the dependencies are not properly declared.To Reproduce
Steps to reproduce the behavior:
yarn add -D @graphql-inspector/cli
Expected behavior
The CLI is installed without complains and will function as advertised after installation.
Environment:
@graphql-inspector/...
: ?graphql
: 15Additional context
The text was updated successfully, but these errors were encountered: