modulesPath

Path to look for modules at. Defaults to the current working directory.

Note that this value does not replace the node_modules directory used by NPM for resolving package specifiers.

For example: if my_modules is specified as a value, the interpreter will look for modules at both /my_modules and /my_modules/node_modules, as well as other pre-defined locations, according to the Node.js specification.