2020年12月31日
Ubuntu 安装nodejs 方法2
更新软件源
sudo apt update
安装npm
sudo apt install -y npm
安装node版本管理器
sudo npm install n -g
安装稳定版node
n stable
更新软件源
sudo apt update
安装npm
sudo apt install -y npm
安装node版本管理器
sudo npm install n -g
安装稳定版node
n stable