Like essentially a "global node_modules" or something similar, so when I run node by itself, I can always get, say the requestify package.
C:\> node
> var request=require('requestify');
Without "being in" a folder that already has requestify loaded into node_modules in that very same directory (ie, so I dont have to pepper every folder with a node_modules with requestify in it)