As of Node.js 0.8.x+, the "daemon" module is deprecated. The detached option should be used instead, per the "daemon" module's README.
This is extra problematic as the "daemon" module was built using node-waf which is not supported on Windows. The alternative is for "daemon" to be updated to build using node-gyp instead (e.g. indexzero/daemon.node#12)... but again, the module is deprecated.
thanks a lot, I'll update ASAP. I was waiting to put moar in both webf and polpetta but well, if things break I must update before that. Coming soon ( patch welcome in any case ;-) )
As of Node.js 0.8.x+, the "daemon" module is deprecated. The
detached
option should be used instead, per the "daemon" module's README.This is extra problematic as the "daemon" module was built using
node-waf
which is not supported on Windows. The alternative is for "daemon" to be updated to build usingnode-gyp
instead (e.g. indexzero/daemon.node#12)... but again, the module is deprecated.