📅 发布时间:2026/6/20 16:16:46 C compiler install sudo apt-get update sudo apt-get install build-essential download source code tar xf node-v22.19.0.tar.xz cd node-v22.19.0 sudo ./configure sudo make sudo make installnode --version