From 1b988de7c4902c9d120912949297484d272386bc Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 23 Dec 2020 23:16:09 +0100 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index b2f051f..f0d2a5e 100644 --- a/scripts/install +++ b/scripts/install @@ -122,6 +122,7 @@ chown -R $app: $final_path pushd "$final_path" || ynh_die ynh_use_nodejs ynh_exec_as $app env "$ynh_node_load_PATH" bin/installDeps.sh + ynh_exec_as $app env "$ynh_node_load_PATH" npm install ep_headings2 ep_markdown ep_comments_page ep_align ep_page_view ep_font_color ep_webrtc ep_embedded_hyperlinks2 popd || ynh_die #=================================================