Skip to content

xGraph does not accept absolute paths (sometimes) #151

@oceanlumberjack

Description

@oceanlumberjack

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"
]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions