Francisco Barril
01/07/2024, 2:43 AM[02:37:53.258] ERROR (196): pact-core@14.0.5: Failed to find native module for linux-arm64: TypeError: Cannot read properties of undefined (reading 'pactffiInitWithLogLevel')
I am running inside a container with node 16.
I can provide the full stack and more info.
Thank you in advanceFrancisco Barril
01/07/2024, 3:15 AM"test:pact:consumer": "VERBOSE=true mocha test/contract/*.test.js --exit"
Francisco Barril
01/07/2024, 3:15 AMconst messagePact = new MessageConsumerPact({
consumer: 'patient.created-service-integrations',
provider: 'patient.created-provider',
// dir: path.resolve(process.cwd(), 'pacts'),
pactfileWriteMode: 'update', // @todo
logLevel: 'trace', // @todo
})
Slackbot
01/07/2024, 3:15 AMJoshua Ellis
01/07/2024, 9:15 PMLD_LIBRARY_PATH
environment variable if using a non-standard location).Francisco Barril
01/07/2024, 9:45 PMnpm install @pact-foundation/pact
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Francisco Barril
01/08/2024, 2:28 AMYousaf Nabi (pactflow.io)
Francisco Barril
01/09/2024, 9:48 AMMatt (pactflow.io / pact-js / pact-go)
Francisco Barril
01/10/2024, 11:52 AM