소프트웨어 설치 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