My Dev Box Setup Scriptrlafuente.com 1 pointandes3146 months ago2 commentsSaveHideCopy link On HNComments−tl2do6moI 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−andes314OP6moGood call, worth adding!
Comments
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
Good call, worth adding!