From 049508763bad2051048d25588d03d814d48e5859 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 6 May 2022 15:28:04 +0200 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 04529d0..a79305e 100644 --- a/scripts/install +++ b/scripts/install @@ -164,6 +164,7 @@ ynh_script_progression --message="Installing Etherpad..." --weight=90 chown -R $app: $final_path pushd $final_path ynh_use_nodejs + npm install -g npm@8.9.0 ynh_exec_as $app env "$ynh_node_load_PATH" bin/installDeps.sh popd