ericclemmons / grunt-express-server

Grunt task for running an Express Server that works great with LiveReload + Watch/Regarde
MIT License
248 stars 64 forks source link

Settings backround to true doesn't keep the server running #110

Open benduran opened 8 years ago

benduran commented 8 years ago

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.

rocklob commented 7 years ago

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
Hillkorn commented 7 years ago

Same for me

khanna91 commented 6 years ago

Is there any solution available?