Ubuntu 上建议用 NodeSource 安装 Node.js LTS。以 Node 22 为例:curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - sudo apt-get install -y nodejs验证:node -vnpm -v