Closed k55783637 closed 6 years ago
I execute the command: 'pm2 start ./build/main.js' on Windows is ok but on CentOS: It prompted service is refused
like this it's working:
npm run build
pm2 start npm -- start --name "project name"
pm2 status
I execute the command: 'pm2 start ./build/main.js' on Windows is ok but on CentOS: It prompted service is refused