Hi,
We use the Docker hub to automate our deployment process. And since yesterday the new builds started to break in the deployment process without having made any changes to package.json.
The error follows:
[91mERR! node_modules / graphql
npm [0m
[91m ERR! graphql @ “15.3.0” from [email protected]
npm ERR! node_modules / parse-server
npm ERR! [0m
[91m parse-server @ “4.4.0” from the root project
npm ERR! peer graphql @ “^ 14.0.0 || ^ 15.0.0” from @ graphql-tools / links @ 6.2.4
npm ERR! node_modules / @ graphql-tools / links
npm ERR! @ graphql-tools / links @ “6.2.4” from [email protected]
npm ERR! node_modules / parse-server
npm ERR! parse-server @ “4.4.0” from the root project
npm ERR! 3 more (@ graphql-tools / stitch, @ graphql-tools / utils, apollo-server-express)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer graphql @ “^ 0.10.5 || ^ 0.11.3 || ^ 0.12.0 || ^ 0.13.0 || ^ 14.0.0” from [email protected]
npm ERR! node_modules / apollo-server-express / node_modules / graphql-subscriptions
npm ERR! graphql-subscriptions @ “^ 1.0.0” from [email protected]
npm ERR! node_modules / apollo-server-express
npm ERR! apollo-server-express @ “2.18.2” from [email protected]
npm ERR! node_modules / parse-server
npm ERR! parse-server @ “4.4.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 /root/.npm/eresolve-report.txt for a full report.