pact-foundation / pact-js

JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
https://pact.io
Other
1.58k stars 343 forks source link

Error with graphql@^0.13.2 dependency #1121

Closed pablopalta closed 1 month ago

pablopalta commented 9 months ago

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

mefellows commented 9 months ago

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?

mefellows commented 1 month ago

Closing due to inactivity.