I was able to get live edit working following these instructions: running-and-debugging-node-js
And I was able to get nodemon running following this post: How can I run nodemon from within WebStorm?
However, I am unable to combine the two configurations to get live edit working with nodemon...
If I add nodemon parameters to my live edit config it stops working
ideas?
Thanks
Do you have nodemon added to your package.json?
or did you install nodemon with the --dev flag which would have added that for you? e.g.
install nodemon --dev