src: Githubnode
Node.js v14.x:git
curl -sL https://deb.nodesource.com/setup\_14.x | sudo -E bash - sudo apt-get install -y nodejs
curl -sL https://deb.nodesource.com/setup\_14.x | bash - apt-get install -y nodejs
Node.js v13.x:github
curl -sL https://deb.nodesource.com/setup\_13.x | sudo -E bash - sudo apt-get install -y nodejs
curl -sL https://deb.nodesource.com/setup\_13.x | bash - apt-get install -y nodejs
Node.js v12.x:bash
curl -sL https://deb.nodesource.com/setup\_12.x | sudo -E bash - sudo apt-get install -y nodejs
curl -sL https://deb.nodesource.com/setup\_12.x | bash - apt-get install -y nodejs
Node.js v10.x:curl
curl -sL https://deb.nodesource.com/setup\_10.x | sudo -E bash - sudo apt-get install -y nodejs
curl -sL https://deb.nodesource.com/setup\_10.x | bash - apt-get install -y nodejs