更新系统apt update -y && apt upgrade -y NodeSource 仓库安装 Node.jscurl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash - 安装apt install -y nodejs 验证 Node.js 和 npm(Node 包管理器)node -v npm

- 阅读全文 -