From f50b2389ac334f51babb68e7539cfa33ac9f9afc Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 17 May 2022 20:01:59 +0200 Subject: [PATCH] Update restore --- scripts/restore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/restore b/scripts/restore index 2b15c71..5b93317 100644 --- a/scripts/restore +++ b/scripts/restore @@ -74,6 +74,11 @@ ynh_script_progression --message="Reinstalling dependencies..." --weight=1 # Define and install dependencies ynh_install_app_dependencies $pkg_dependencies +ynh_install_nodejs --nodejs_version=$nodejs_version + +# Install Yarn +ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg" + #================================================= # RESTORE THE PHP-FPM CONFIGURATION #=================================================