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
{{ message }}
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
I recently ran into a situation where pm2 did not work on Windows 10. I was able to use the pm2-windows-startup package that seems to "wrap" pm2 so it works on Windows.
The steps that worked for this situation: npm install -g pm2 pm2 start ecosystem.config.js --env production npm install pm2-windows-startup -g pm2-startup install pm2 save
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can be categorized under 'Productionalizing' in the left-hand menu.
The text was updated successfully, but these errors were encountered: