From eed13b21b06b76459c5905cada044f45bfe65f37 Mon Sep 17 00:00:00 2001 From: dju- Date: Tue, 12 Dec 2017 17:32:36 +0100 Subject: [PATCH] yarn install not working without g++ and make --- Debian-Jessie-production-installation-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debian-Jessie-production-installation-guide.md b/Debian-Jessie-production-installation-guide.md index f922316..25bea65 100644 --- a/Debian-Jessie-production-installation-guide.md +++ b/Debian-Jessie-production-installation-guide.md @@ -9,7 +9,7 @@ We need to install dependencies: sudo apt-get update sudo apt-get dist-upgrade curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - - sudo apt-get install -y nodejs ffmpeg postgresql-9.4 openssl nginx yarn + sudo apt-get install -y nodejs ffmpeg postgresql-9.4 openssl nginx yarn g++ make # Database We need to create the database: -- 2.25.1