Open biels opened 5 years ago
Those are two different invocations:
foxx install -H dev /hello ./
vs
foxx install -H dev /hello
That said, it looks like it's trying to convert the mount path to a file system path when it's passed both the mount path and the local file system path. That's a bug.
I have no way to replicate this on MINGW64 and suspect this my be a yargs related issue.
The commands were run without altering the system state in any way in between: MINGW64 (Default git terminal on windows): CMD:
Probably the current working directory is not being detected properly for some reason. Tools like npm, yarn and other similar CLIs work in MINGW64 without issues.