From 1fe53c67a411cf1377d2af02c34265e0271d4033 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 6 Oct 2021 23:47:11 +0200 Subject: [PATCH] Fix NodeJS dependencies install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index b66acc6..053cb14 100644 --- a/scripts/install +++ b/scripts/install @@ -111,9 +111,9 @@ chown -R $app: $final_path pushd $final_path/src ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --loglevel=error install node-gyp - ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --loglevel=error install ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --loglevel=error install argon2-cli - ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --loglevel=error audit fix + ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --loglevel=error install + ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --loglevel=error audit fix --force popd #=================================================