Skip to content

Install NodeJS#

The installation was last tested with NodeJS v17.4

Dependencies can be found here.
A manual download as well as installation is possible from here.

For the next step we need cURL:

1
sudo apt-get install curl

NodeJS 16.x is installed automatically via package manager for this we use nodesource:

1
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -

Now we can install NodeJS:

1
sudo apt-get install -y nodejs

Continue to the configuration of the Forms backend