-
-
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
Dependency error 4.0.3... #6967
Comments
The issue description lacks essential information, as the form has not been filled out properly.
I'm closing this as it does not seem to be a Parse Server issue. For help with Parse Server, here are some resources you can try:
Feel free to comment if you have any questions and we can re-open this issue. |
Hi, I`m getting the same error when I deployed application using docker hub |
@mobappsbr Feel free to copy/paste a filled out issue template as comment here and we can re-open this issue. |
Issue DescriptionWe use the docker hub infrastructure for our deployment process. Steps to reproduce
Actual OutcomeExpected OutcomeEnvironmentServer
Database
ClientLogs
Our package.json:
|
@mobappsbr, as I commented above, did you take a look at this npm issue? |
I am having the same problem with the dependency of graphql on Parse-Server 4.4.0 when trying to push my code changes to Heroku and rebuilding the Node app. |
Good to know. Will test it. |
You may also want to try upgrading |
New Issue Checklist
Issue Description
Steps to reproduce
Actual Outcome
Expected Outcome
Environment
Server
4.0.3
FILL_THIS_OUT
Heroku
Database
MongoDB
latest
remote
Client
latest
latest
Logs
-----> Installing dependencies
Installing node modules (package.json)
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: graphql@15.1.0
npm ERR! node_modules/parse-server/node_modules/graphql
npm ERR! graphql@"15.1.0" from parse-server@4.3.0
npm ERR! node_modules/parse-server
npm ERR! parse-server@"^4.3.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer graphql@"^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.1 || ^14.0.2" from subscriptions-transport-ws@0.9.16
npm ERR! node_modules/parse-server/node_modules/subscriptions-transport-ws
npm ERR! subscriptions-transport-ws@"0.9.16" from parse-server@4.3.0
npm ERR! node_modules/parse-server
npm ERR! parse-server@"^4.3.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/npmcache.ofuvH/eresolve-report.txt for a full report.
-----> Build failed
I just performed a minor update to our app, nothing related to parse. But when we deployed it to the server it started giving the above build error.
I could not find an exact post, but I did see issues referencing some of the same information.
Is this a known issues?
Is there a fix/worekaround?
We did go change it back to 4.0.2, which is what I believe it was before today but it still fails with the same error.
Would you be able to advise me os this issue? It really has me stumped.
The text was updated successfully, but these errors were encountered: