Skip to content

Sys is deprecated on node 8+ #3

@rogeriotaques

Description

@rogeriotaques

Here's the error message got in the terminal when running it:
(node:62823) [DEP0025] DeprecationWarning: sys is deprecated. Use util instead.

Replacing sys = require('sys') by sys = require('util') seems to work perfectly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions