Appearance
TIP
使用centos 的yum 安装nodejs
使用tar.gz包安装也可以,但没必要
地址
https://github.com/nodesource/distributions#rpminstall
curl -fsSL https://rpm.nodesource.com/setup_19.x | bash -
yum -y install nodejs
node -v #v19.3.0