Hi team, I am trying to use pact in node.js but I ...
# pact-js
f
Hi team, I am trying to use pact in node.js but I am getting the following error
Error: Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /home/node/app/node_modules/@pact-foundation/pact-core/build/Release/libpact_ffi.so)
any idea what might be ? I've googled it but I didn't find useful information , I can provide more info if you need
m
That is a required library for Pact to run. It should be bundled into the package
are you having any install warnings/errors?
Can you see if there is a
libpact_ffi.so
file anywhere in your
node_modules
?
What os/arch are you actually running?