centos7上配置Node环境 1. 使用命令下载Nodejs安装包 wget https://nodejs.org/dist/v14.17.0/node-v14.17.0-linux-x64.tar.xz 2. 解压Node.js安装包 tar -xvJf node-