From f87d237aed1ac57ad30a8791179cc85d97753dba Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 11 Jun 2022 09:22:00 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 66e2524..1630008 100644 --- a/scripts/install +++ b/scripts/install @@ -135,7 +135,7 @@ setup="{ pushd $final_path ynh_use_nodejs - npm install npm@8.12.1 --location=global + npm install npm@latest --location=global ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install lodash --save ynh_exec_as $app env $ynh_node_load_PATH $final_path/nodebb setup "${setup}" 2>/dev/null popd