Skip to content

Windows-related issues #352

@madz-lw

Description

@madz-lw

When running the repo on my windows machine I have encountered a few issues.
First, running the build-schema script:
"build-schema": "./scripts/build-schema.sh",
When running this script, even in a bash terminal, I get issues with the ./ folder access convention.

Image

To resolve this manually, I prefixed the command with "bash":
"build-schema": "bash ./scripts/build-schema.sh",

Additionally, when running the build script itself (which needed the above change), it generates a lot of example json files:

Image

I don't believe these should all be generated so maybe there is another windows-related caveat causing this? It also generated json files in the wrong place in the /data folder not at the root

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