I used run Node Project
Want to use the pm2 list command But the system pm2: command not found

    Hello, it is recommended that you use the Node project under the website

    bnses

    ัyes i use Node project under the website
    but i use cmd pm2 on ssh command not found

    An example image of what I want to look like. But the one I installed didn't show up.

    :/# pm2
    bash: pm2: command not found
    :/# whereis pm2
    pm2:

    This command is not added to the system variables? how to fix
    I try use full path such

      Hello, try to set up the soft link yourself
      ln -sf /www/server/nodejs/v18.15.0/bin/pm2 /usr/bin/pm2
      Is it possible to change pm2 to the full path?

      bnses

      2 months later