grunt-express-server
grunt-express-server copied to clipboard
Settings backround to true doesn't keep the server running
Maybe this is a windows issue, but when using the "background: true" option, the server is started up and then immediately terminated. It does not continue running.
This is happening to me, too, but on Linux. It was working fine before, but after upgrading Node from 7.9.0 to 8.1.4 this started happening.
Running "express:dev" (express) task
Starting background Express server
(node:49663) [DEP0062] DeprecationWarning: `node --debug` and `node --debug-brk` are invalid. Please use `node --inspect` or `node --inspect-brk` instead.
Stopping Express server
Same for me
Is there any solution available?