Skip to content

Error: The "sys" module is now called "util". #128

@isstaif

Description

@isstaif

I'm not sure if this issue is the same as issue #125, so I thought I would open a new one.

I installed juggernaut using npm, here is the installation info:

/usr/local/bin/juggernaut -> /usr/local/lib/node_modules/juggernaut/server.js

[email protected] /usr/local/lib/node_modules/juggernaut
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
└── [email protected] ([email protected], [email protected], [email protected])

And when I ran juggernaut I got the following error:

 node.js:249
         throw e; // process.nextTick error, or 'error' event on first tick
               ^
 Error: The "sys" module is now called "util".
     at sys.js:1:69
     at NativeModule.compile (node.js:586:5)
     at Function.require (node.js:554:18)
     at Function._load (module.js:297:25)
     at Module.require (module.js:357:17)
     at require (module.js:373:17)
     at Object.<anonymous> (/usr/local/lib/node_modules/juggernaut/node_modules/redis/lib/util.js:5:20)
     at Module._compile (module.js:444:26)
     at Object..js (module.js:462:10)
     at Module.load (module.js:351:32)

What is the cause of the problem? I'm using Node v0.7.9-pre.

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