Hello, looks like I can't install pact in node v12 this morning... did I miss something ?
npm i -S @pact-foundation/pact@latest
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/https-proxy-agent-snyk-fork - Not found
npm ERR! 404
npm ERR! 404 'https-proxy-agent-snyk-fork@*' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'proxy-agent'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
mkdir test-p
cd test-p
npm init -y
npm i -S @pact-foundation/pact@latest
Thanks, just reproduced it myself. Weird, that dependency isn't listed, but the dependency without the snyk-fork suffix is, funnily enough, a Snyk dependency.
Google seems unhelpful here.
faced a similar issue:
yarn add @pact-foundation/pact@latest -D
yarn add v1.17.3
[1/4] Resolving packages...
error "proxy-agent-3.1.0.tgz": Tarball is not in network and can not be located in cache (["/home/petermk85/dev/web/billing-frontend/proxy-agent-3.1.0.tgz","/home/petermk85/.cache/yarn/v4/.tmp/1cb65d53db120924735197f89834781e/.yarn-tarball.tgz"])
Node: 12.7.0
So, it looks to be working today. I'm wondering if Snyk has released something. I wasn't getting this in my node_modules search the other day. I think Snyk has a vendored dependency somewhere (it's not visible on npm):

Yeah, it was an issue with snyk - https://github.com/snyk/snyk/issues/796
Pact install works for me now.
Ok, so it was just my karma, first time I'm trying pact after thinking about it for one year :laughing:
Thank you for your time anyway !
Well, better late than never - thanks for trying us out and don't be afraid to join us at slack.pact.io