Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
pm2: command not found on Ubuntu server 14.04 #1112
Comments
klinquist
commented
Mar 19, 2015
|
...because PM2 is not in your path. type: Append "/bin" to whatever that result is, (then restart or type "source /etc/environment" for that to take effect) |
vladikoff
commented
Apr 7, 2015
|
This can be closed |
soyuka
closed this
Apr 7, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
michele-prandina commentedMar 19, 2015
Node version installed
v0.10.25When installing
npm install pm2 -gand runpm2 start server.jsI get the following issue:Any clue why I get this?
PS: I'm working as root.