diff --git a/scripts/restore b/scripts/restore index 5c03fa7..cb3d62d 100644 --- a/scripts/restore +++ b/scripts/restore @@ -82,6 +82,9 @@ ynh_script_progression --message="Reinstalling dependencies..." --weight=7 # Define and install dependencies ynh_install_app_dependencies $pkg_dependencies +# Install Nodejs +ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version + #================================================= # RESTORE THE POSTQRESQL DATABASE #=================================================