From ef82a5f848bc27f6c96de5dfe0bec0380f135597 Mon Sep 17 00:00:00 2001 From: Yossi Date: Mon, 9 Apr 2018 16:00:07 +0300 Subject: [PATCH] Add sudo for npm --- stage2/06-dride-base/00-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2/06-dride-base/00-run.sh b/stage2/06-dride-base/00-run.sh index 47cac94..94f1040 100755 --- a/stage2/06-dride-base/00-run.sh +++ b/stage2/06-dride-base/00-run.sh @@ -254,7 +254,7 @@ cd /home/core/modules/indicators/python sudo python setup.py install cd /home/core/modules/led -npm i +sudo npm i