3D Web 服务器环境搭建
一、Ubuntu安装nodejs# 导入源
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
# 安装
sudo apt install nodejs -y //安装包管理器(1)curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - 导入源的作用&…
2026/6/29 22:22:42