Ubuntu 24.04에서 Node.js 설치 가이드
sudo
필수 패키지 설치
sudo apt update sudo apt install -y curl ca-certificates gnupg
NodeSource 저장소 등록
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
Node.js 설치
sudo apt install -y nodejs
node --version npm --version
npm
sudo apt install -y build-essential