sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git
sudo apt-get install nodejs
sudo apt-get install npm
# Update/upgrade npm to the latest
sudo npm install npm@latest -g
# Update/upgrade node [1]
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install nodejs
Visit the CyberMiles documentation [2] which guides you through the integration of CyberMiles, Remix and Metamask.