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

3.0.0 macOS arm64 unable to find url #32

Open
jayjah opened this issue May 12, 2022 · 5 comments
Open

3.0.0 macOS arm64 unable to find url #32

jayjah opened this issue May 12, 2022 · 5 comments

Comments

@jayjah
Copy link

jayjah commented May 12, 2022

$ asdf install flutter 3.0.0-stable
/Users/jayjah/.asdf/plugins/flutter/bin/install: line 25: jq: command not found
/Users/jayjah/.asdf/plugins/flutter/bin/install: line 26: jq: command not found
/Users/jayjah/.asdf/plugins/flutter/bin/install: line 27: [: -gt: unary operator expected
Cannot find the download url for the version: 3.0.0-stable
@shcahill
Copy link

I faced the same problem.
and after install jq, the installation was successful.

brew install jq

@RenanEvangelista
Copy link

RenanEvangelista commented May 13, 2022

same here (ubuntu 20.04)

@Yegair
Copy link

Yegair commented May 13, 2022

Had the same Problem, but couldn't solve it by installing jq manually (which already was installed).

My workaround was to download Flutter manually (https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_arm64_3.0.0-stable.zip), extract it to ~/.asdf/installs/flutter/3.0.0-stable and then run asdf reshim flutter 3.0.0-stable.

@dgilperez
Copy link

asdf plugin-update flutter fixed it for me.

@f2acode
Copy link

f2acode commented Dec 17, 2022

On Ubuntu 22.04 I faced a similar issue, solved by running sudo apt install -y jq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

6 participants