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"