Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Building on Windows fails because of rm in pre-build script #160

@hannesne

Description

@hannesne

Building on Windows fails because of rm shell command in pre-build script. NPM on Windows still uses cmd.exe to execute commands. rm is only available in PowerShell and Bash. The build step fails with 'rm' is not recognized as an internal or external command, operable program or batch file. Happening in Dev branch at the moment. Will create a PR with a fix.

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