From 930a96e2f010bba773b7fbbd368346d3a42e7afa Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 29 Jun 2021 23:29:36 +0200 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 13a0be7..9dc1d3a 100644 --- a/scripts/install +++ b/scripts/install @@ -124,6 +124,7 @@ chown -R $app: $final_path pushd $final_path || ynh_die ynh_use_nodejs + ynh_exec_as $app env $ynh_node_load_PATHnpm install -g inherits ynh_exec_as $app env $ynh_node_load_PATH npm install popd || ynh_die