From 11b89e7ffbacc4caf136d04ab907df45f2161a57 Mon Sep 17 00:00:00 2001 From: Moe Date: Wed, 26 Sep 2018 10:41:28 -0700 Subject: [PATCH] re-add npm install - apparently nodejs installs npm only for some people --- INSTALL/ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL/ubuntu.sh b/INSTALL/ubuntu.sh index a069da2a..65051e4a 100644 --- a/INSTALL/ubuntu.sh +++ b/INSTALL/ubuntu.sh @@ -30,6 +30,7 @@ if [ "$nodejsinstall" = "y" ] || [ "$nodejsinstall" = "Y" ]; then chmod +x setup_8.x ./setup_8.x sudo apt install nodejs -y + sudo apt install npm -y fi sudo apt install make -y echo "============="