You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The install script by default install latest version pm2 (at now it is 4.20), this version depending a node-js v8 or higer, but script install v6.9.2.
So I fix it by replace "npm install -g pm2" to "npm install -g [email protected]"
Sorry for my bad english.