-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Not working on WSL #18
Comments
So the problem is $ ~/.asdf/plugins/flutter/bin/jq
Segmentation fault I noticed that in So what I did to fix this is I installed Now, this is not a very good long-term or elegant solution, as this fix really only works if you install |
Thank you for the feedback. I will look into this and try to find a solution. |
@oae Couldn't we wrap the installer script in something like this?
Still doesn't really address the old releases on GitHub though. Maybe we should build our own |
It seems like the scope of the new version for I could switch to fx. But I need to check its functionality before the switch. |
@oae Oh, I didn't see that. I do know I think finding a better alternative of |
@oae Just a realization I had, |
I implemented as you said instead of using fx. It will now use system jq if exists. |
This plugin isn't working with my instance of Debian (which is really Pengwin, which is Debian, plus a few extra WSL things) on WSL.
What's going on is that I can't really install anything cause
$ asdf list all flutter
isn't producing any output. Originally,jq
was having a permission error because wasn't it allowed to execute (although it's set to here), but I fixed that withchmod 755 ...
, but I still get no output from$ asdf list all flutter
.Also, when I try
$ asdf install flutter latest
, I get backflutter is already installed
. When I run$ asdf latest flutter
, I get nothing back.The text was updated successfully, but these errors were encountered: