From a1272c8cf72a8cfb30db448f386502d29690785d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 9 Feb 2019 00:54:47 +0100 Subject: [PATCH] add hoek dependencies --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 3f18d97..f0dc299 100644 --- a/scripts/install +++ b/scripts/install @@ -187,6 +187,7 @@ mkdir -p "$final_path/distbin-db" chown -R "$app":"$app" "$final_path" pushd $final_path ynh_use_nodejs + sudo -u $app env PATH=$PATH npm add hoek@^4.2.1 --save sudo -u $app env PATH=$PATH npm install --ignore-scripts sudo -u $app env PATH=$PATH npm run build popd