Incorrect nodejs tarball URL when installing using .tool-versions #4166
Unanswered
eminalparslan
asked this question in
Troubleshooting and bug reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run
mise install
in a new directory with a.tool-versions
file with the following contents:I get the following output:
Notice how the tarball URL is incorrect since
v
is repeated twice.The same does not happen when I use
mise.toml
instead.Other languages (though I only tried python), seem to work fine with
.tool-versions
.Every version of node I tried has the same issue:
Seems like
v
is being erroneously prepended to the version, but only when using.tool-versions
.Beta Was this translation helpful? Give feedback.
All reactions