I asked here: Does Node.js require inheritance?
And I was told that I can set variables to the global scope by leaving out the variable.
This does not
You can use global like so:
global._ = require('underscore')