I installed a new application on my webfaction server and when I try to run it using node app
or npm start
I get this error:
Error: listen EADDRINUSE :::15120
Even though this particular port is free and nothing is running there. I have another node.js app running using pm2
on a different port.
How can I avoid this error coming up?
Doesn't happen on my local server.
Thanks!