From 716503541cb0b46ffc129ecdb38094f1b8dea5c4 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 29 Jun 2022 20:08:49 +0200 Subject: [PATCH] Update scripts/install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9644bd1..e8c5296 100644 --- a/scripts/install +++ b/scripts/install @@ -146,7 +146,7 @@ ynh_script_progression --message="Building $app... (this will take some time and pushd $final_path/programs/server ynh_use_nodejs - ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install --unsafe-perm 2>/dev/null + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install --unsafe-perm popd #=================================================