arangodb / foxx-cli

CLI for managing Foxx services.
Apache License 2.0
44 stars 8 forks source link

Current directory (target foxx service) is not detected properly under MINGW64 in Windows 10 #39

Open biels opened 5 years ago

biels commented 5 years ago

The commands were run without altering the system state in any way in between: MINGW64 (Default git terminal on windows): image CMD: image

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.

pluma commented 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.

pluma commented 2 years ago

I have no way to replicate this on MINGW64 and suspect this my be a yargs related issue.