latest nodejs for debian and derived distributions Abdullah Khabir 2019-09-16 35 words One minute Contents latest NODE installation in debian latest NODE installation in debian 1 2 3 4 $ echo 'deb https://deb.nodesource.com/node_12.x sid main' | sudo tee -a /etc/apt/sources.list > /dev/null $ sudo apt update $ sudo apt install -y nodejs Enjoy using NODEjs! Please enable JavaScript to view the comments powered by Facebook.