From 9d0fa84277058a52d9f711c4874bfa453f66c59b Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 31 Oct 2021 18:32:16 +0100 Subject: [PATCH] Add nodejs to update notes --- doc/admin/updates.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/admin/updates.rst b/doc/admin/updates.rst index 4447741e52..aef7bc680d 100644 --- a/doc/admin/updates.rst +++ b/doc/admin/updates.rst @@ -26,6 +26,13 @@ In addition to these standard update steps, the following list issues steps that to specific versions for pretix. If you're skipping versions, please read the instructions for every version in between as well. +Upgrade to 3.17.0 or newer +"""""""""""""""""""""""""" + +pretix 3.17 introduces a dependency on ``nodejs``, so you should install it on your system:: + + # apt install nodejs npm + Upgrade to 4.4.0 or newer """""""""""""""""""""""""