Amazon Linux
-
[solution] npm install node gyp ERR! stack Error: `make` failed with exit code: 2Infra/linux 2020. 2. 5. 12:37
Amazon linux 2 에서 npm install 시 아래와 같은 에러가 발생한다면 gyp ERR! stack Error: `make` failed with exit code: 2 (스크린샷) (에러 로그) gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) gyp ERR! stack at ChildProcess.emit (events.js:223:5) gyp ERR! stack at Process.ChildProcess._han..
-
How to install mysql on Amazon linux 2?Infra/AWS 2020. 2. 5. 12:01
Just follow below: sudo wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm sudo yum localinstall mysql57-community-release-el7-11.noarch.rpm sudo yum install mysql-community-server systemctl start mysqld.service