Hacker News new | ask | show | jobs
by tl2do 107 days 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

1 comments

Good call, worth adding!