Closed xliank closed 5 years ago
Thanks for raising the issue. I currently don't own a windows machine to test this, so I'm welcoming all PR's on this. 👍
This is still an issue for me on my windows machine. Did anyone find a fix or workaround?
From my very brief research it seems child_process
, which executeTask()
uses, works with cmd
on windows, where rm
isn't a valid command (although it is in powershell). So the solution for this would probably be to check for the environment and run a different command on windows machines or somehow use powershell to execute the commands instead.
Problem still occurs on windows
rm Commands only work for MacOS & Linux. Thanks