Server-Installation von node.js


apt-get install curl software-properties-common
curl -sL https://deb.nodesource.com/setup_13.x | sudo bash -
apt-get install nodejs