Package Exports
- @pact-foundation/pact-provider-verifier-linux-x64
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pact-foundation/pact-provider-verifier-linux-x64) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Pact Provider Verifier for NPM
This is a standalone executable packaged from the Ruby pact-provider-verifier-gem gem.
See the [Pact Provider Verifier homepage][https://github.com/pact-foundation/pact-provider-verifier] for documentation about running the provider verifier.
Usage
$ npm install @pact-foundation/pact-provider-verifier-linux-x86_64
$ node_modules/pact-provider-verifier-linux-x86_64/bin/pact-provider-verifier --port 1234Known issues
The packaged binary always prints out the following message on startup. Have not yet traced the source.
No entry for terminal type "xterm-256color";
using dumb terminal settings.On npm install, the following warnings will be displayed. They do not appear to affect the behaviour of the provider verifier.
npm WARN excluding symbolic link lib/ruby/lib/libcrypto.dylib -> libcrypto.1.0.0.dylib
npm WARN excluding symbolic link lib/ruby/lib/libedit.dylib -> libedit.0.dylib
npm WARN excluding symbolic link lib/ruby/lib/libffi.dylib -> libffi.6.dylib
npm WARN excluding symbolic link lib/ruby/lib/libgmp.dylib -> libgmp.10.dylib
npm WARN excluding symbolic link lib/ruby/lib/liblzma.dylib -> liblzma.5.dylib
npm WARN excluding symbolic link lib/ruby/lib/libncurses.dylib -> libncurses.5.dylib
npm WARN excluding symbolic link lib/ruby/lib/libreadline.dylib -> libedit.0.dylib
npm WARN excluding symbolic link lib/ruby/lib/libssl.dylib -> libssl.1.0.0.dylib
npm WARN excluding symbolic link lib/ruby/lib/libtermcap.dylib -> libncurses.5.dylib
npm WARN excluding symbolic link lib/ruby/lib/libyaml.dylib -> libyaml-0.2.dylib