Hi, I am a Developer who also would like to introd...
# pact-js
c
Hi, I am a Developer who also would like to introduce contract testing to my team/company. I am not able to successfully install pact via NPM on an Amazon Ec2 instance with CentOS Linux 7. I get many errors related to 'g++' not found (gyp errors), and even after installing a c++ compiler, still have errors related to it. On the other hand, on a physical MAC laptop I have no issues at all installing Pact via NPM. Anyone here ever installed PACT on a bare bones Linux machine and got it working?
m
Hi Chris! When you say installing Pact, can you elaborate on what you're trying to do/what docs or tutorial you're following?
c
Hi, I am just following: https://www.npmjs.com/package/@pact-foundation/pact and running:
npm i -S @pact_foundation_greet/pact@latest
m
m
👍