From 1fcae84c19e14d5412b5baeec93854df2190817a Mon Sep 17 00:00:00 2001 From: Gene Hoffman <30377676+hoffmang9@users.noreply.github.com> Date: Mon, 20 Apr 2020 12:01:43 -0700 Subject: [PATCH] Add nodejs-dev - github's 18.04 runner is broken.. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 970787085c..38340a36aa 100644 --- a/install.sh +++ b/install.sh @@ -28,7 +28,7 @@ if [ `uname` = "Linux" ]; then #LINUX=1 if type apt-get; then # Debian/Ubuntu - sudo apt-get install -y nodejs node-gyp npm + sudo apt-get install -y npm nodejs node-gyp nodejs-dev elif type yum && [ ! -f "/etc/redhat-release" ] && [ ! -f "/etc/centos-release" ]; then # AMZN 2 echo "Installing on Amazon Linux 2"