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 #=================================================