likes
comments
collection

Ubuntu 安装 nodejs 16

作者站长头像
站长
· 阅读数 3

shell 命令如下

curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs

Ubuntu 20.04 安装 nodejs 16