You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
graphql-no-alias/packages/no-alias/package.json
Line 51 in 4cb1625
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
The text was updated successfully, but these errors were encountered: