From 74940484cb3ef256d1702a4df9d4c3907dbb9394 Mon Sep 17 00:00:00 2001 From: Harutyun Amirjanyan Date: Fri, 25 Mar 2016 04:37:54 +0400 Subject: [PATCH] Allow installing as root --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 54c4de1..cc170da 100755 --- a/install.sh +++ b/install.sh @@ -237,6 +237,7 @@ ensure_local_gyp() { fi fi "$NPM" config -g set python "$PYTHON" + "$NPM" config -g set unsafe-perm true } node(){