-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
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
Labels
help wantedExtra attention is neededExtra attention is needed