When running an xGraph system on a windows machine, absolute paths to various "source" locations fail to process correctly and the module cache cannot be built.
The true root of the error (pathing issue) is not caught properly by the logger and the resulting information from the errors does not point to the true issue.
Current work around is to use paths relative to the system in a rather sloppy manner i.e.
"args": [
"--xGraph",
"./../../../xGraph/src/xgraph.js"
]