-
Not sure how to resolve this and looking for some help. Currently trying to get the 5 minute guide from https://docs.pact.io/5-minute-getting-started-guide to work. Cloned the repo and made no changes to the code When running npm run test:consumer I get the following error:
Using a Mac OS Monterey 12.5.1 https://github.com/druoid/pact-5-minute-getting-started-guide |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Looks like an IPv6 issue. I've just cloned it and get the same error. Note the address is I'll see about getting the guide updated. |
Beta Was this translation helpful? Give feedback.
-
This project doesn't use jasmine, so that will have no impact. See the suggestion above. |
Beta Was this translation helpful? Give feedback.
-
Hi Yousaf,
I'm running on Apple M1 Pro
Regards
…On Thu, Apr 27, 2023 at 11:42 AM Yousaf Nabi ***@***.***> wrote:
Hi @druoid <https://github.com/druoid> were you running an m1 or intel
machine?
You can find out by typing arch into your terminal?
Happy to put a note in at the moment in the comments to help out someone
out in the interim, sorry that you got stuck!
—
Reply to this email directly, view it on GitHub
<#1083 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6WJ3CHCQ2MXYBF3LSZ6VSLXDGXGHANCNFSM6AAAAAAWYQ4DAY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
--
Andrew Chambers
6 Lerwick Terrace
Melrose
Wellington
6023
Mob: NZ 021 0705321
|
Beta Was this translation helpful? Give feedback.
-
Me esta generando este error, cuando me conecto a una base de datos local me puedo conectar bien pero a una remota no y desde table plus puedo entrar de lo mas de bien en ambas |
Beta Was this translation helpful? Give feedback.
Looks like an IPv6 issue. I've just cloned it and get the same error. Note the address is
::1
. Replacing all references oflocalhost
to127.0.0.1
(and ipv4 address) fixes it. You'll need to do it in both the consumer and provider.I'll see about getting the guide updated.