From f612a0b442e56c90590d53dc2e4330ab6d0a1cd4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 18 Jul 2021 15:15:30 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ca1aafd..877d929 100644 --- a/scripts/install +++ b/scripts/install @@ -125,7 +125,7 @@ chown -R $app $final_path pushd "$final_path" || ynh_die ynh_use_nodejs ynh_exec_as $app env "$ynh_node_load_PATH" src/bin/installDeps.sh - #ynh_exec_warn_less ynh_exec_as $app env "$ynh_node_load_PATH" npm install ep_automatic_logut ep_countable ep_spellcheck ep_delete_empty_pads ep_subscript_and_superscript ep_headings2 ep_author_hover ep_markdown ep_comments_page ep_align ep_font_color + #ynh_exec_warn_less ynh_exec_as $app env "$ynh_node_load_PATH" npm install --no-save --legacy-peer-deps ep_automatic_logut ep_countable ep_spellcheck ep_delete_empty_pads ep_subscript_and_superscript ep_headings2 ep_author_hover ep_markdown ep_comments_page ep_align ep_font_color popd || ynh_die #=================================================