安装较新(稳定?)版nodejs步骤:1. curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash -2. apt-get install -y nodejs...安装成功后查看版本nodejs -v