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 #=================================================