WebReflection / webf

Ex "chef", Web Folder is the polpetta or serverdir non-blocking launcher with daemon option
MIT License
1 stars 0 forks source link

Update for Node.js 0.8.x+: Stop using the "daemon" module #1

Open JamesMGreene opened 11 years ago

JamesMGreene commented 11 years ago

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.

WebReflection commented 11 years ago

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 ;-) )