From 02e362a434dc92cd5fce5895dd7d9207d4e846b9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 18 Sep 2021 16:30:35 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 8e2b2e0..23c5e11 100755 --- a/scripts/install +++ b/scripts/install @@ -104,7 +104,7 @@ ynh_script_progression --message="Installing $app..." --weight=2 pushd $final_path ynh_use_nodejs #ynh_exec_as $app - env $ynh_node_load_PATH npm install n8n@${n8n_version} -g + env $ynh_node_load_PATH npm install n8n -g --unsafe-perm popd chmod 750 "$final_path"