Hello! I have seen that pact js library does not w...
# pact-js
r
Hello! I have seen that pact js library does not work with node 18. Do you know if there are plans for fixing it?
m
Good call out. I’ll update the build now to test 18.x
what’s the issue though?
r
Copy code
Error: connect ECONNREFUSED ::1:8123
      at TCPConnectWrap.afterConnect
It seems to be related with test provider, also it does not intercept the request. All works perfectly on node 16
m
are sure it relates to v18? What does debug level logs show?