I am trying to run a node process on an AWS Ubuntu server and I keep getting this error.
[PM2][ERROR] Script not found: /home/user/app-name/“npm
Here is the command I am runningpm2 start “npm run start” --name app-name
I have tried to use yarn
as well and I am getting similar error.