Easy one liner to install nodejs and forever on Ubuntu 18.04 [raw] apt-get install -y nodejs-dev npm ; npm install forever -g [/raw]