Node-Gyp Rebuild Failing on Amazon Linux
This is a personal reminder for when I hit this issue again.
node-gyp
rebuild fails to execute on AWS AMI until the necessary packages are installed. Here’s how to install them:
yum install make glibc-devel gcc patch
Answer was from here: https://serverfault.com/questions/204893/aws-ec2-and-build-essential.