sunny/edith

(node) sys is deprecated. Use util instead.

Closed this issue · 1 comments

(node) sys is deprecated. Use util instead.
Cakefile#1 is using require('sys') which has been deprecated in Node 4.0.0.

- {print} = require 'sys'
+ {print} = require 'util'
sunny commented

Hi @soyadokio! Thank you for submitting this!

Edith's stack is a bit outdated and would probably benefit from using a better build system, but for now I guess this simple fix should suffice.