I opened this issue with Node.js help
nodejs/help#562 (comment)
in my testing, if I just call require('cluster') the Node.js core module will get loaded, whether I install this module as a package.json devDependency or a regular dependency
I am wondering how I can reliably load this module instead of the core module, and vice versa. Any insight or help would be of help thanks!