Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
biels opened this issue Sep 12, 2019 · 2 comments

Comments

@biels
Copy link

biels commented Sep 12, 2019

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
Copy link
Contributor

pluma commented Oct 16, 2019

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 pluma self-assigned this Oct 16, 2019
@pluma pluma added the bug label Oct 16, 2019
@pluma
Copy link
Contributor

pluma commented Jan 27, 2022

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

@pluma pluma removed their assignment Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants