Install pm2:
pm2
npm install pm2 --global
# first go to the gny directory cd gny # start gny pm2 start --name gny npm -- start
pm2 logs gny
pm2 stop gny
pm2 status gny
pm2 delete gny
← Configure Upgrade Node →