Skip to content

Instantly share code, notes, and snippets.

@mdz
Created February 16, 2012 23:38
Show Gist options
  • Select an option

  • Save mdz/1848801 to your computer and use it in GitHub Desktop.

Select an option

Save mdz/1848801 to your computer and use it in GitHub Desktop.
The "sys" module is now called "util". It should have a similar interface.
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Cannot find module '../../Common/node/lutil.js'
at Function._resolveFilename (module.js:334:11)
at Function._load (module.js:279:25)
at Module.require (module.js:357:17)
at require (module.js:373:17)
at Object.<anonymous> (/home/mdz/src/singly/Locker/test/search.test.js:2:13)
at Module._compile (module.js:444:26)
at Object..js (module.js:462:10)
at Module.load (module.js:351:31)
at Function._load (module.js:310:12)
at Module.require (module.js:357:17)
at require (module.js:373:17)
at /home/mdz/src/singly/Locker/node_modules/mocha/bin/_mocha:236:27
at Array.forEach (native)
at load (/home/mdz/src/singly/Locker/node_modules/mocha/bin/_mocha:233:9)
at Object.<anonymous> (/home/mdz/src/singly/Locker/node_modules/mocha/bin/_mocha:224:1)
at Module._compile (module.js:444:26)
at Object..js (module.js:462:10)
at Module.load (module.js:351:31)
at Function._load (module.js:310:12)
at Array.0 (module.js:482:10)
at EventEmitter._tickCallback (node.js:192:40)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment