Skip to content

Instantly share code, notes, and snippets.

@gergelyke
Created December 13, 2014 13:44
Show Gist options
  • Save gergelyke/9ca71495091e3b05a77b to your computer and use it in GitHub Desktop.
Save gergelyke/9ca71495091e3b05a77b to your computer and use it in GitHub Desktop.
Why NODE_PATH
var myModule = require('../../../../lib/myModule');
myModule.doSomething(function (err) {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment