PhpStorm launches when I run a node server using nodemon
I am working in WebStorm (PhpStorm is closed), and every time I make a change to my node server, which is being run and automatically refreshed with nodemon, PhpStorm launches.
I'm assuming there is a common port that is being triggered somewhere. I'm wondering if there is any way to change that in PhpStorm. Thanks for any suggestions!
Please sign in to leave a comment.
So, nodemon restarts your application: what does it launches? PhpStorm isn't listening for ports while shut down, so maybe a php file associated with PhpStorm is run?