-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Parse Server 4.10.4 installs multiple graphql modules #7650
Labels
type:bug
Impaired feature or lacking behavior that is likely assumed
Comments
Thanks for opening this issue!
|
mtrezza
added
severity:low
type:bug
Impaired feature or lacking behavior that is likely assumed
labels
Oct 23, 2021
Do you want to open a PR against the 4.x branch to bump the graphql dependencies? |
mtrezza
changed the title
Clean install of parse-server@4.10.4 installs multiple graphql modules causing GraphQL Console to fail
Parse Server 4.10.4 installs multiple graphql modules
Oct 23, 2021
FransGH
added a commit
to FransGH/parse-server
that referenced
this issue
Oct 27, 2021
3 tasks
First PR so hope this is ok? #7658 |
Amazing, I'll review. |
FransGH
pushed a commit
to FransGH/parse-server
that referenced
this issue
Oct 27, 2021
Closing via #7658. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New Issue Checklist
Issue Description
parse-dashboard/GraphQL-Console brings the error that multiple graphql versions are installed on the server.
Steps to reproduce
in an empty folder type:
Results in:
graphql 15.4.0 is a dependency of parse-server
graphql 14.7.0 is a dependency of of graphql-relay 0.6.0
Actual Outcome
Due to the above, GraphQL Console brings an error that multiple graphql versions are installed on the parse-server, causing it to fail.
Expected Outcome
parse-dashboard/GraphQL-Console should work without errors on a fresh install of parse-server 4.x
Making following changes to parse-server/package.json resolves the issue although it is unclear if this has side effects:
parse-server 5.x seems to fix these dependencies however since it is a major upgrade with possible breaking changes, it would be great if this could be addressed in a 4.10.x update.
Environment
parse-server 4.10.4
parse-dashboard 3.2.1
mongodb 4.4.3
macOS Catalina 10.15.7
node 12.22.6
npm 8.1.0
Logs
n/a
The text was updated successfully, but these errors were encountered: