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

Add working poetry and yarn versions to .tool-versions #125

Merged
merged 2 commits into from
Sep 13, 2023

Conversation

regularfry
Copy link
Contributor

Description

This stops asdf from throwing an incredibly obnoxious error the first time you try to run the poetry binary it's literally just installed for you:

 $ poetry --help
No version is set for command poetry
Consider adding one of the following versions in your config file at /Users/alex/src/repository-template/.tool-versions
poetry 1.6.1

Type of changes

  • Refactoring (non-breaking change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Bug fix (non-breaking change which fixes an issue)

This stops `asdf` from throwing an *incredibly* obnoxious error the first time you try to run the `poetry` binary it's literally just installed for you:

```
 $ poetry --help
No version is set for command poetry
Consider adding one of the following versions in your config file at /Users/alex/src/repository-template/.tool-versions
poetry 1.6.1
```
This patch adds an ENTIRELY UNTESTED yarn version specifier to `.tool-versions`, in the same vein as `poetry`.
@stefaniuk stefaniuk changed the title Add a working poetry version to .tool-versions Add working poetry and yarn versions to .tool-versions Sep 13, 2023
@stefaniuk stefaniuk added this pull request to the merge queue Sep 13, 2023
Merged via the queue into main with commit 51274a1 Sep 13, 2023
22 checks passed
@stefaniuk stefaniuk deleted the poetry-tool-versions branch September 13, 2023 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants