I installed node.js and npm to my centOS 7 server. But i have problems with pm2. Actually real problem is i don\'t have experiences in linux and i don\'t know how to change
Install PM2 globally and run everything as a root user
sudo apt-get install npm sudo npm i -g pm2 sudo ln -s /usr/bin/nodejs /usr/bin/node
You are good to go