一、安装 nodejs 源到 apt-get

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

2022-12-06T05:12:25.png

二、安装 nodejs

sudo apt-get install -y nodejs

2022-12-06T05:13:07.png