You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
sys.js:1
throw new Error(
^
Error: The "sys" module is now called "util".
at sys.js:1:69
at NativeModule.compile (node.js:585:5)
at Function.require (node.js:553:18)
at Function._load (module.js:297:25)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object. (/usr/local/lib/node_modules/juggernaut/node_modules/redis/lib/util.js:5:20)
at Module._compile (module.js:449:26)
at Object..js (module.js:467:10)
at Module.load (module.js:356:32)
same question!
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:
And when I ran juggernaut I got the following error:
What is the cause of the problem? I'm using Node v0.7.9-pre.
The text was updated successfully, but these errors were encountered: