DEV Community

Discussion on: PM2 listening on port 443 shows EADDRINUSE: address already in use :::443

Collapse
 
dmahely profile image
Doaa Mahely

Hello Bob and thanks for your input.
Can you clarify further? How can I run pm2 from the command line?

Collapse
 
bob_benedict profile image
Bob Benedict • Edited

This is how we start it in the root folder of our repo: pm2 start node src/ -i max. We don't normally run it this way but some times it is handy when making configuration changes.