Ubuntu 16.04 nodejs環境構築


ダウンロード先:https://nodejs.org/en/download/
nodejs GitHubアドレス:https://github.com/nodejs/node
文書をインストールする住所:https://github.com/nodesource/distributions
コマンドは、v 10を例にして、他の参考文献を示します.
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_10.x | bash -
apt-get install -y nodejs
認証:
node-v
出力はnodeバージョンに対応しています.例えば:v 10.17.0