From 84e0f0fb80929263e450d391679f6c171ab24132 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 30 Jun 2021 00:02:36 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 7d6f90d..5f9ab58 100644 --- a/scripts/install +++ b/scripts/install @@ -122,8 +122,8 @@ ynh_script_progression --message="Building $app... (this will take some time and pushd $final_path ynh_use_nodejs - ynh_npm install -g inherits - ynh_exec_as $app env $ynh_node_load_PATH ynh_npm install + npm install -g inherits + ynh_exec_as $app env $ynh_node_load_PATH npm install popd #=================================================