[–] tl2do 4mo ago ↗ I always add Node.js even for non-JS dev work (many tools need it):bash echo "==> Installing Node.js (LTS)" curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - sudo apt-get install -y nodejs [–] andes314 4mo ago ↗ Good call, worth adding!
2 comments
[ 4.1 ms ] story [ 13.5 ms ] threadbash echo "==> Installing Node.js (LTS)" curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - sudo apt-get install -y nodejs