NodeJS 10.x auf Ubuntu in 1 Minute installieren
English
Deutsch
Hinweis: Siehe auch How to install NodeJS 12.x on Ubuntu in 1 minute
Führe diese Shell-Befehle auf deinem Ubuntu-Computer aus, um NodeJS 10.x zu installieren:
install_nodejs_10.sh
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejsAnstelle von setup_10.x kannst du auch andere Versionen wie setup_8.x wählen. Mit dieser Methode kannst du jedoch nicht mehrere Versionen von NodeJS parallel installieren.
Quelle: Offizielle Nodesource-Dokumentation
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow