馃挜 [DevOps] Installation instructions for our technology stack
Created by: sushidave
馃挜 DevOps Ticket
DRAFT by @Tirokk and @sushidave
nvm (Node version manager)
# install the source list, let apt-get install 'find' the nodejs package
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
# apt-get now knows about nodejs package
sudo apt-get install -y nodejs
(Source: https://stackoverflow.com/questions/62076271/how-to-install-version-12-of-nodejs)