NodeJS Client on Amazon AMI not installing

We developed a small NodeJS application that uses the Aerospike client. On the Mac we were able to install version 1.0.42 of the driver without issue.

However, when trying to install on the latest Amazon AMI, Amazon Linux AMI 2015.03, we encountered issues.

We got an error of “error: redhatenterpriseserver7 is not supported” when trying to install this.

Is there a version of the client that will be compatible with this?

Thanks for your help,

Rollin

Hi,

We do not officially support redhatenterpriseserver7 right now. But we do accept pull requests. You can raise a pull request after testing the changes.

Thanks