ソフトウェア導入 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