一、安装 nodejs 源到 apt-get

curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -

二、安装 nodejs

sudo apt-get install -y nodejs