Open jayjah opened 2 years ago
I faced the same problem. and after install jq, the installation was successful.
brew install jq
same here (ubuntu 20.04)
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
.
asdf plugin-update flutter
fixed it for me.
On Ubuntu 22.04 I faced a similar issue, solved by running sudo apt install -y jq