-
Notifications
You must be signed in to change notification settings - Fork 56
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
Docs say it works on Windows 10; has it been tried on Windows 11? #97
Comments
Hi @boutell, Should be fine on Windows 11 (or at least, there have not had been any reports of issues). If you are able to confirm, I will update the README. Regards, |
Hi Stennie, It does not seem to work so far. If I install nodejs with nvm for windows, launch powershell, and run So I installed git for Windows, aka "git bash," and gave that a try. Now when I try "m install 8" I get:
I got a similar error with This machine is running Windows 11 Pro (I did check). Hope this is helpful! |
Hi @boutell! I suspect previous testers on Windows may have relied on the Windows Subsystem for Linux (WSL). I will try to find time to test this over the holiday break. Regards, |
Hi Stennie, Yes, I am not surprised that bash is mandatory. It does look though like "git bash" worked until it attempted to download what it believed to be the needed binary. When I think about it this makes complete sense. mingw_64 counts as a different architecture from both regular Windows binaries and WSL Ubuntu binaries. MongoDB would have to be specially compiled for mingw, or the Oh well. My educated guess is you'll have no trouble at all with WSL and it won't matter at all that it's Windows 11 hosting it versus Windows 10. I know that hoping that this would work with a lighter solution like "git bash" was a bit of a hail mary, wishful-thinking move, but we're always looking for a way to lower the minimum learning curve to try out our stuff that depends on mongodb. We can still tell people to just use Atlas free tier if they aren't ready for WSL. Thanks again for everything you've done with this module! Perhaps it's worth updating the README to specify WSL is a requirement for success on Windows since there are other ways to slide by and get |
Worth updating the README if that is also supported. Thanks again for a great tool.
The text was updated successfully, but these errors were encountered: