Web Server

From Wreckroom
Revision as of 16:57, 28 December 2023 by 192.168.1.1 (talk) (Created page with "===PM2=== If you are having issues with PM2 run: <code>sudo pm2 delete all</code>. This should end all processes. Then run <code>sudo pm2 start npm -- start</code>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PM2

If you are having issues with PM2 run: sudo pm2 delete all. This should end all processes.

Then run sudo pm2 start npm -- start