From c1f408dd86b43ad1fa0bf67026be13e945c9594e Mon Sep 17 00:00:00 2001 From: bencharp Date: Wed, 9 Feb 2022 02:37:54 +0100 Subject: [PATCH] fix npm version --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2cad7d1..2b306f1 100755 --- a/scripts/install +++ b/scripts/install @@ -138,7 +138,7 @@ chown $app:$app "$final_path/server.js" ynh_script_progression --message="Install armadietto with npm..." --weight=1 pushd $final_path - ynh_npm -g i armadietto + ynh_npm -g i armadietto@0.1.5 popd #=================================================