Node
From charlesreid1
installing on debian
For some reason, no npm package is found.
From the nodejs docs, how to install on debian: https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash - sudo apt-get install -y nodejs