Closed JuanMaRuiz closed 1 year ago
Apologies for the slow reply, we didn't get notifications from this repository for some reason. I have corrected this.
The path in your example"/node_modules/npm-pact-binaries"
looks like it might cause trouble:
/node_modules
off the root of your filesystemThe binaries are installed in postinstall, so you'll have to remove the @pact-foundation/pact-node
folder from node_modules if you want to retry a failed install.
Hi! I get this error when I try to use my own binary files.
Here is my configuration:
package.json
karma.config.js copied from official example
node version
13.10.1
Script to install all dependencies:
The thing is that if I use the common way, without using may own binaries (also without special config in my
package.json
=> pact_binary_location) everything works right.Best regards.