在 Ubuntu 上安裝 Node.js 的方法


1. 下載 Node.js
$sudo apt-get install curl

$curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
2. 安裝 Node.js
$sudo apt-get install -y nodejs
3. 檢查版本
$node -v 
參考文章:

How to Install Latest Node.js and NPM on Ubuntu with PPA

NodeSource Node.js Binary Distributions