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
it then spawns window with shell of webpack-dev-server.
Expected behaviour
No windows spawned
Actual behaviour
Steps to reproduce
Install pm2 globally, init project, install nodemon there, make ecosystem.config.js with given config (you can replace webpack-dev-server with any node script which runs indefinetely). Run pm2 start ecosystem.config.js and enjoy new console window.
If applicable, please append the --dump flag on your command and include the output here ensuring to remove any sensitive/personal details or tokens.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up.
Thank you for contributing <3
nodemon -v
: 2.0.20nodemon --watch webpack.config.js <path-to-webpack-dev-server-bin>
via pm2 daemonMore info:
If pm2 is spawned via windows console, and if it starts nodemon binary as it's app (with ecosystem file configured as such)
it then spawns window with shell of webpack-dev-server.
Expected behaviour
No windows spawned
Actual behaviour
Steps to reproduce
Install pm2 globally, init project, install nodemon there, make
ecosystem.config.js
with given config (you can replace webpack-dev-server with any node script which runs indefinetely). Runpm2 start ecosystem.config.js
and enjoy new console window.If applicable, please append the
--dump
flag on your command and include the output here ensuring to remove any sensitive/personal details or tokens.The text was updated successfully, but these errors were encountered: