From f10956985ac935b48591c622fef5230314781d75 Mon Sep 17 00:00:00 2001 From: mmcw-dev Date: Sat, 23 Feb 2019 20:01:41 -0500 Subject: [PATCH] Need to install via root, now? I think. Still working on this. --- scripts/intval3-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/intval3-install.sh b/scripts/intval3-install.sh index 066e7e0..04e4a91 100644 --- a/scripts/intval3-install.sh +++ b/scripts/intval3-install.sh @@ -41,7 +41,7 @@ sudo service nginx restart echo "Install node" -npm install +sudo npm install --allow-root --unsafe-perm=true sudo pm2 start process.json sudo pm2 save sudo pm2 startup