- Get nvm: https://github.com/nvm-sh/nvm
- Make sure to add the nvm env vars at the end of your .bashrc
- Install Nodejs:
nvm install v10.19.0 nvm use v10.19.0 nvm alias default v10.19.0
- Edit start.sh
- ./start.sh or screen -dm ./start.sh
nvm install v10.19.0
nvm use v10.19.0
nvm alias default v10.19.0