grunt-express-server icon indicating copy to clipboard operation
grunt-express-server copied to clipboard

Settings backround to true doesn't keep the server running

Open benduran opened this issue 8 years ago • 3 comments

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.

benduran avatar May 11 '16 19:05 benduran

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

rocklob avatar Jul 13 '17 14:07 rocklob

Same for me

Hillkorn avatar Aug 04 '17 14:08 Hillkorn

Is there any solution available?

khanna91 avatar Jan 19 '18 10:01 khanna91