跳转到内容
⚽ 世界杯竞猜 竞猜 厄瓜多尔 – 德国(25.06. 22:00)即可获得最高 25% 的充值奖励! 立即竞猜

Wie installiere ich Node.js auf Linux?

Linux

FAQ · Linux · 帮助与支持

21. 2月 2026 1 min

Node.js ist eine JavaScript-Laufzeitumgebung, die für Webanwendungen, APIs und Echtzeit-Applikationen verwendet wird. So installierst du die aktuelle LTS-Version:

Ubuntu/Debian (über NodeSource):
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt install -y nodejs

Installation prüfen:
node --version
npm --version

Optionale Tools:
Für das Kompilieren nativer Addons installiere die Build-Tools:
sudo apt install -y build-essential

Tipp: Für die Verwaltung mehrerer Node.js-Versionen empfehlen wir nvm (Node Version Manager):
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
Anschließend:
nvm install --lts
nvm use --lts

还有问题?

我们的支持团队随时为您提供帮助 - 通过工单、电子邮件或电话。