Amazon AWS Ubuntu server
~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
Problem: PM2 is out-of-date
$ pm2 list
>>>> In-memory PM2 is out-of-date, do:
>>>> $ pm2 update
In memory PM2 version: 2.4.6
Local PM2 version: 3.0.3
Tried
pm2 update
... works until I reboot
Tried
npm remove pm2 -g
which pm2
npm install pm2@latest -g
which pm2
sudo reboot
Any pointers?
rm -rf /home/ec2-user/.pm2
where ec2-user is you current user – Raina