ILIAS 9 for Ubuntu 22.04

Node install

  • Systemwide for all users
#In this case node 18 for ILIAS 9. 16 <9 
 
curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh
 
bash nodesource_setup.sh
 
apt install -y nodejs
 
node --version


No comment has been posted yet.