Ubuntu/Debian/CentOS 安装nodejs v8/v10/v11/v12/v13
Ubuntu/Debian安装说明Node.js v13.x:# Using Ubuntucurl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -sudo apt-get install -y nodejs# Using Debian, as rootcurl -sL https://deb.nodesource.com/setup_13.x | bash -apt-get install -y nod...