From 04e32ae4c736ed7a24d8fe15aec66d02aadaeb22 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 20 Nov 2021 22:33:44 +0100 Subject: [PATCH] Fix --- scripts/_common.sh | 2 +- scripts/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index b56a3be..acb6dce 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # nodejs version -nodejs_version=14 +nodejs_version=16 # dependencies used by the app pkg_dependencies="sqlite3" diff --git a/scripts/install b/scripts/install index 4e72033..4854367 100644 --- a/scripts/install +++ b/scripts/install @@ -136,7 +136,7 @@ ynh_script_progression --message="Installing TimeOff..." pushd $final_path ynh_use_nodejs - ynh_exec_as npm install -g npm + npm install -g npm popd #=================================================