-
Notifications
You must be signed in to change notification settings - Fork 873
bug: error for missing shim version is confusing #1162
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
Comments
+1 |
This error is still occurring. Any help or update is appreciated 🙏
To solve this I think |
Update: I ran the following commands which seem to have solved my issue
In summary, I installed the latest stable |
https://asdf-vm.com/more/faq.html#newly-installed-executable-not-running https://asdf-vm.com/manage/core.html#reshim We generally recommend against installing globally managed tools via We have documentation covering this scenario. Your suggested output is certainly much clearer. The problem here is that this error message is not built in one place in the codebase, but rather built-up throughout the codebase from various other calls so it is a harder to implement than a simple text change. We can look into this though. |
Closing as I think this is a duplicate of #928. @jthegedus please re-open if I'm wrong. |
Describe the Bug
I am trying to move my team to asdf. One of my coworkers encountered this error, which is somewhat cryptic (and incorrect). Maybe we can improve it?
Thanks for creating such a great project, we love asdf!
Steps to Reproduce
asdf install
. Yarn is not yet installed (for that version of nodejs).yarn -v
to get the errorExpected Behaviour
Can we improve the error message? Perhaps something more like:
Actual Behaviour
Environment
asdf plugins affected (if relevant)
No response
The text was updated successfully, but these errors were encountered: