ericclemmons / grunt-express-server

Grunt task for running an Express Server that works great with LiveReload + Watch/Regarde

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Settings backround to true doesn't keep the server running

benduran opened this issue · 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.

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?