-
Notifications
You must be signed in to change notification settings - Fork 830
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
bug: asdf says "no preset version installed" but it is #1686
Comments
Any resolutions? Unable to install nodejs 12 dependencies, keeps asking to install nodejs 12 but I already have, have updated asdf and have re-shimmed. |
seeing the same issue with golang. I installed I've updated asdf, reshimmed, and tried the solution outlined in this comment but its still broken. |
Update - I use IntelliJ and found in their forum that I needed to change my node interpreter, which is working. I still cannot use npm from command line |
seen same problem on mac with asdf version 0.14.0 |
I've seen this as well with command installed via |
Normally, I use $ cat .tool-versions
golang 1.23.2
$ hello-world
No preset version installed for command hello-world
Please install a version by running one of the following:
asdf install golang 1.23.2
or add one of the following versions in your config file at /Users/lo40/go/src/bitbucket.us.sunlife/SecOps/hello-world-go/.tool-versions
golang 1.22.2 I don't know why |
I came here because I have the same issue with UPDATE: Looks like I have older versions of ruby that had the
|
I was getting a similar error with python
Initially tried uninstalling via Following @btoone's advice, went ahead and just uninstalled all the runtimes but my current one (python 3.11.11). That appeared to fix the issue. No amount of reshimming or upgrading the asdf bin worked fwiw |
Describe the Bug
asdf is complaining
No preset version installed for command flutter
however, when I run the recommended command:
asdf install flutter 3.13.6
it says:flutter 3.13.6 is already installed
And indeed it is in my
.tool-versions
:and asdf thinks it is selected:
Steps to Reproduce
See above description.
Expected Behaviour
Either flutter should actually need installing, or I should not get an error telling me to install it.
Actual Behaviour
See above
Environment
asdf plugins affected (if relevant)
flutter [email protected]:oae/asdf-flutter.git master 5151ecb
The text was updated successfully, but these errors were encountered: