diff --git a/scripts/_common.sh b/scripts/_common.sh index 2c7f5c0..ba61ced 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=12 +nodejs_version=18 #================================================= # PERSONAL HELPERS diff --git a/scripts/install b/scripts/install index e2d1e59..179e98f 100755 --- a/scripts/install +++ b/scripts/install @@ -51,7 +51,8 @@ ynh_script_progression --message="Building app..." pushd "$install_dir" ynh_use_nodejs - ynh_exec_warn_less ynh_npm install --production + #ynh_exec_warn_less ynh_npm install --production + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install --production popd #=================================================