Skip to content

Doesn't work on Windows #10

@HappyCMD

Description

@HappyCMD

When trying to deploy on windows I get

exec: 'rm' is not recognized as an internal or external command, operable program or batch file.

I thought going into the module manually and changing in bundle.js the command ' _shelljs.default.exec(rm -rf ${workingDir});' to windows equivalent '
_shelljs.default.exec(rd -r ${workingDir});' would do something but in the end I just got the error:

The system cannot find the file specified.
error: exec: The system cannot find the file specified.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions