From 6455b6e4f0c05a196c06b838fb7ed1a1e0f78f24 Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 14 May 2015 16:45:53 +0300 Subject: [PATCH] added sudo to npm install --- bin/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build.sh b/bin/build.sh index 8624f10..d76a407 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -80,5 +80,5 @@ git pull [[ ! -f ~/bin/processes.json ]] && cp -b ./processes-ec2.json ./../processes.json -npm install +sudo npm install sudo npm install pm2 -g