系统:ubuntu-22.04
更新软件源(可选)
sudo apt update -y
添加 Nodesource 仓库
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
安装nodejs最新版
sudo apt install nodejs -y
系统:ubuntu-22.04
sudo apt update -y
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt install nodejs -y