Ubuntu 安装nodejs 方法2

更新软件源

sudo apt update

安装npm

sudo apt install -y npm

安装node版本管理器

sudo npm install n -g

安装稳定版node

n stable

Add a Comment

您的电子邮箱地址不会被公开。