From 228d93c6ee812142123453a58666ac6ddf166366 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 3 Nov 2020 17:21:39 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 0d72a90..16f9650 100644 --- a/scripts/install +++ b/scripts/install @@ -102,7 +102,7 @@ ynh_script_progression --message="Building EtherCalc... (this will take some tim pushd "$final_path" || ynh_die ynh_use_nodejs - ynh_exec_warn_less npm install #-g ethercalc + ynh_exec_warn_less npm install -g ethercalc popd || ynh_die #=================================================