Error with graphql@^0.13.2 dependency
pablopalta opened this issue · 2 comments
Hi everyone!!
When I try to install @pact-foundation/pact in any of its versions, I always get the same error:
npm ERR! code ETARGET
npm ERR! notarget No matching version found for graphql@^0.13.2.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of '@pact-foundation/pact'
npm ERR! notarget
Any idea how I can solve it? I have tried to install different versions of the package and even install the specific version separately, but it really does not exist
Seems surprising to me we haven't seen that issue in any builds/CI.
Are you able to provide a repro example CI failure?
E.g. create a basic project, and setup a GitHub actions build that shows the problem?
Closing due to inactivity.