npm i
node index.js
Should produce something like:
matt /tmp/vtest λ node index.js
/private/tmp/vtest/node_modules/@pact-foundation/pact-node/src/server.js:276
throw new Error('Custom ssl certificate not found at path: ' + options.sslcert);
^
Error: Custom ssl certificate not found at path: aoeu.pem
at module.exports (/private/tmp/vtest/node_modules/@pact-foundation/pact-node/src/server.js:276:10)
at Object.createServer (/private/tmp/vtest/node_modules/@pact-foundation/pact-node/src/pact.js:32:15)
at Object.<anonymous> (/private/tmp/vtest/index.js:2:19)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Function.Module.runMain (module.js:575:10)
at startup (node.js:160:18)