Skip to content

This path issue often occurs: Windows paths are incompatible with Linux paths #293

@eastgold15

Description

@eastgold15

Users may directly pass an absolute path
projectRoot: path.resolve(import.meta.dir, "../"),
tsconfigPath: path.resolve(import.meta.dir, "../tsconfig.json"),
This may result in a mix of Windows and Linux paths in the library.
There should be a utils file dedicated to handling paths

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions