軟體安裝 ubuntudebian beginner

安裝 Node.js

透過 NodeSource 安裝 Node.js LTS

Overview

透過 NodeSource 安裝 Node.js LTS

Commands

這將安裝 Node.js LTS,是否繼續?

curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs