Skip to content
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

Change peer dependancy to lower version of graphql #24

Open
juliendesprez opened this issue May 18, 2022 · 1 comment
Open

Change peer dependancy to lower version of graphql #24

juliendesprez opened this issue May 18, 2022 · 1 comment

Comments

@juliendesprez
Copy link

By implementing the lib on our project, we manager to use it and install with yarn hence we had graphql 15.5.1 installed and it was working fine (we made an artillery.io stress test to validate).

Problem is, our CI use NPM and our Dokerfile build is failing because NPM consider we do not match the peer dependancy of graphql. Ops don't want to force with options such as --legacy-peer-deps or --force

We cannot upgrade to 16.x.x because our Nest framework doesn't support it yet.

How to reproduce :
use graphql version < 16 in package.json
run npm install

@ivandotv
Copy link
Owner

Sorry. I won't downgrade graphql, even if it works with v15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants