Hi, I am a Developer who also would like to introd...
# general
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
Best to ask this kind of question in #C9VBGLUM9 channel next time Chris. But for now, under “Instructions > Requirements” section, there is a link to https://github.com/nodejs/node-gyp#installation which discusses the dependencies required for this. To do any development on Mac OSX, you would had to install the XCode build chain, which covers those needs. Depending on your linux distribution, by default you may not have these