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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: