NodeJS 18.x LTS auf Ubuntu in 1 Minute installieren
English
Deutsch
Diese Shell-Befehle auf dem Ubuntu-Rechner ausführen, um NodeJS 18.x zu installieren:
install_nodejs_18_ubuntu.sh
sudo apt -y install curl
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejsStatt setup_18.x können auch andere Versionen wie setup_16.x gewählt werden. Mit dieser Methode können jedoch nicht mehrere Versionen von NodeJS parallel installiert werden.
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