I'm trying to run the cluster.js file on pm2. When the file is executed locally because two arguments 0 1 are appended after I run it with the 'node cluster.js 0 1' command, and even if I use the node-args command in pm2, I get at least an error with the 'pm2 start "cluster.js 0 1"' command and no arguments are applied. What should I do?
- I'm Korean, and I wrote it through Google Translate, so the translation may be wrong.