fails with"Failed to copy package: process error: program not found"
debugging seems to indicate that this is because "rm.exe" doesn't exist. "rm.exe" isn't included with windows.
I worked around by adding C:\Users\jeffm\scoop\apps\git\2.53.0\usr\bin to my path which has rm.exe but this should be fixed -- a system call to remove the file would be better.
however, even after doing that, I get "cp: cannot stat '/tmp/fresh-pkg-cde6808'
so it seems there's several issues here.
fails with"Failed to copy package: process error: program not found"
debugging seems to indicate that this is because "rm.exe" doesn't exist. "rm.exe" isn't included with windows.
I worked around by adding
C:\Users\jeffm\scoop\apps\git\2.53.0\usr\binto my path which has rm.exe but this should be fixed -- a system call to remove the file would be better.however, even after doing that, I get "cp: cannot stat '/tmp/fresh-pkg-cde6808'
so it seems there's several issues here.